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

Fix SyncPlay switching to next item in queue
This commit is contained in:
Bill Thornton 2020-12-09 10:33:17 -05:00 committed by GitHub
commit 60e8fc4d8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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