@geekapps/silo-elements-nextjs 0.3.14 → 0.3.15

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.
@@ -1038,7 +1038,6 @@ function Video({
1038
1038
  }
1039
1039
  if (option.type === "hls" && hlsRef.current && option.index != null) {
1040
1040
  hlsRef.current.__pinLevel?.(option.index);
1041
- hlsRef.current.nextLevel = option.index;
1042
1041
  hlsRef.current.currentLevel = option.index;
1043
1042
  return;
1044
1043
  }