@mottosports/motto-video-player 1.0.1-rc.12 → 1.0.1-rc.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.
package/dist/index.js CHANGED
@@ -1141,21 +1141,7 @@ var Player = (0, import_react10.forwardRef)(
1141
1141
  destroyMux();
1142
1142
  destroyPlayer();
1143
1143
  };
1144
- }, [
1145
- src,
1146
- initializePlayer,
1147
- setupEventListeners,
1148
- setupQualityTracking,
1149
- configureQuality,
1150
- initializeUI,
1151
- initializeMux,
1152
- cleanupEventListeners,
1153
- destroyUI,
1154
- destroyMux,
1155
- destroyPlayer,
1156
- handleMuxError,
1157
- playerRef
1158
- ]);
1144
+ }, [src]);
1159
1145
  (0, import_react10.useEffect)(() => {
1160
1146
  const video = videoRef.current;
1161
1147
  if (!video) return;