1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #2195 from OancaAndrei/syncplay-fix-next-item

Fix SyncPlay switching to next item in queue

(cherry picked from commit 60e8fc4d8e)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
Bill Thornton 2020-12-09 10:33:17 -05:00 committed by Joshua M. Boniface
parent ccef18ee5d
commit 7e5fcd8374

View file

@ -70,7 +70,6 @@ class PlaybackCore {
onPlaybackStop(stopInfo) { onPlaybackStop(stopInfo) {
this.lastCommand = null; this.lastCommand = null;
Events.trigger(this.manager, 'playbackstop', [stopInfo]); Events.trigger(this.manager, 'playbackstop', [stopInfo]);
this.manager.releaseCurrentPlayer();
} }
/** /**