mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Focus scene player after loading new scene (#2758)
* Focus scene player after loading new scene
This commit is contained in:
@@ -558,6 +558,7 @@ export const ScenePlayer: React.FC<IScenePlayerProps> = ({
|
||||
interactiveClient.setLooping(looping);
|
||||
|
||||
player.load();
|
||||
player.focus();
|
||||
|
||||
if ((player as any).vttThumbnails?.src)
|
||||
(player as any).vttThumbnails?.src(scene?.paths.vtt);
|
||||
|
||||
Reference in New Issue
Block a user