From 7e5fcd8374edf37a0e55907ca25e5c0a945ad328 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Wed, 9 Dec 2020 10:33:17 -0500 Subject: [PATCH] Merge pull request #2195 from OancaAndrei/syncplay-fix-next-item Fix SyncPlay switching to next item in queue (cherry picked from commit 60e8fc4d8ebe4f6b0badd6b9f7c2bf29ec821185) Signed-off-by: Joshua M. Boniface --- src/components/syncPlay/core/PlaybackCore.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/syncPlay/core/PlaybackCore.js b/src/components/syncPlay/core/PlaybackCore.js index 203af7ebcd..12e0c67abb 100644 --- a/src/components/syncPlay/core/PlaybackCore.js +++ b/src/components/syncPlay/core/PlaybackCore.js @@ -70,7 +70,6 @@ class PlaybackCore { onPlaybackStop(stopInfo) { this.lastCommand = null; Events.trigger(this.manager, 'playbackstop', [stopInfo]); - this.manager.releaseCurrentPlayer(); } /**