Merge pull request #2908 from jellyfin/fix-theme-back

Fix theme song player
This commit is contained in:
dkanada
2021-09-04 20:01:58 +09:00
committed by GitHub
@@ -3016,6 +3016,9 @@ class PlaybackManager {
}
return promise.then(function () {
// Clear the data since we were not listening 'stopped'
getPlayerData(activePlayer).streamInfo = null;
bindStopped(activePlayer);
if (enableLocalPlaylistManagement(activePlayer)) {