This commit is contained in:
CJ 2025-12-03 14:56:56 -06:00
parent ac127230e9
commit fd0ebee267

View file

@ -443,10 +443,7 @@ export const ScenePlayer: React.FC<IScenePlayerProps> = PatchComponent(
// Note: interfaceConfig?.autostartVideo is intentionally excluded to prevent
// player re-initialization when toggling autostart (which would interrupt playback)
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [
uiConfig?.showAbLoopControls,
uiConfig?.enableChromecast,
]);
}, [uiConfig?.showAbLoopControls, uiConfig?.enableChromecast]);
useEffect(() => {
const player = getPlayer();