mirror of
https://github.com/stashapp/stash.git
synced 2026-01-03 14:12:52 +01:00
prettier
This commit is contained in:
parent
ac127230e9
commit
fd0ebee267
1 changed files with 1 additions and 4 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue