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