mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove old solution
This commit is contained in:
parent
648ec4d8ae
commit
5582777d34
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ function playThemeMedia(items, ownerId) {
|
||||||
enableRemotePlayers: false
|
enableRemotePlayers: false
|
||||||
}).then(function () {
|
}).then(function () {
|
||||||
currentOwnerId = ownerId;
|
currentOwnerId = ownerId;
|
||||||
});
|
})
|
||||||
document.getElementsByClassName("nowPlayingBarTop")[0].style.display = "none";
|
|
||||||
} else {
|
} else {
|
||||||
stopIfPlaying();
|
stopIfPlaying();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue