Skip to content

Commit 4127407

Browse files
committed
Remove setFullscreen(false) when rebuilding player
This causes the player to exit fullscreen when a playlist moves to the next item. I'm unable to see a reason to force this exit when redrawing the player; not doing it just maintains the current state, which I think is desirable. Fixes #681
1 parent 0214f1f commit 4127407

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/initialize.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,6 @@
539539

540540
thisObj.duration = mediaTimes['duration'];
541541
thisObj.elapsed = mediaTimes['elapsed'];
542-
thisObj.setFullscreen(false);
543542

544543
if (typeof thisObj.volume === 'undefined') {
545544
thisObj.volume = thisObj.defaultVolume;

0 commit comments

Comments
 (0)