1
0
Fork 0
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:
Mister Rajoy 2020-11-03 19:44:48 +01:00
parent 648ec4d8ae
commit 5582777d34

View file

@ -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();
} }