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:
commit
2e09fca9c9
1 changed files with 3 additions and 0 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue