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

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
commit 2e09fca9c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)) {