@mottosports/motto-video-player 1.0.1-rc.51 → 1.0.1-rc.52

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.mjs CHANGED
@@ -1170,7 +1170,7 @@ var supportsWidevinePersistentLicenses = () => {
1170
1170
  import initShakaPlayerMux from "@mux/mux-data-shakaplayer";
1171
1171
 
1172
1172
  // package.json
1173
- var version = "1.0.1-rc.51";
1173
+ var version = "1.0.1-rc.52";
1174
1174
 
1175
1175
  // src/utils/licenseCache.ts
1176
1176
  var PERSISTENT_LICENSE_PREFIX = "motto_lic_";
@@ -3582,6 +3582,7 @@ var Player = forwardRef(
3582
3582
  containerClassName,
3583
3583
  ...videoProps
3584
3584
  }, ref) => {
3585
+ console.log("system73Config", system73Config);
3585
3586
  const videoRef = useRef8(null);
3586
3587
  const containerRef = useRef8(null);
3587
3588
  useImperativeHandle(ref, () => videoRef.current, []);