This commit is contained in:
Fredrik Burmester
2024-08-19 22:05:17 +02:00
parent aa44caa161
commit e22dd759c7

View File

@@ -171,9 +171,11 @@ const page: React.FC = () => {
});
setPlaying(true);
setShowCurrentlyPlayingBar(true);
if (settings?.openFullScreenVideoPlayerByDefault === true) {
setFullscreen(true);
setTimeout(() => {
setFullscreen(true);
}, 100);
}
}
},