@geekapps/silo-elements-nextjs 0.2.50 → 0.2.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1415,6 +1415,7 @@ function Video({
1415
1415
  t.removeEventListener("cuechange", onCueChange);
1416
1416
  t.addEventListener("cuechange", onCueChange);
1417
1417
  });
1418
+ applySubtitleMode(subtitleModeRef.current);
1418
1419
  };
1419
1420
  bindTracks();
1420
1421
  video.textTracks.addEventListener("addtrack", bindTracks);
@@ -1957,7 +1958,7 @@ function Video({
1957
1958
  label: subtitle.label,
1958
1959
  default: subtitle.default
1959
1960
  },
1960
- `${activeSource.src}-${subtitle.srclang}`
1961
+ `${activeSource.src}-${subtitle.srclang}-${subtitle.src}`
1961
1962
  )),
1962
1963
  parsed.storyboard?.src && /* @__PURE__ */ jsx(
1963
1964
  "track",