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

Keep managing valid player in SyncPlay

This commit is contained in:
Ionut Andrei Oanca 2020-12-06 19:28:32 +01:00
parent 746e67e141
commit 21269747a7

View file

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