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

update sliders

This commit is contained in:
Luke Pulverenti 2015-06-27 19:18:09 -04:00
parent 8dc50cdc71
commit 462e692de5
13 changed files with 156 additions and 30 deletions

View file

@ -745,7 +745,7 @@
}).on('pagebeforeshowready', "#nowPlayingPage", function () {
$(document.body).addClass('hiddenViewMenuBar');
$(document.body).addClass('hiddenViewMenuBar').addClass('hiddenNowPlayingBar');
var page = this;
currentImgUrl = null;
@ -776,7 +776,7 @@
$(MediaController).off('playerchange.nowplayingpage');
lastPlayerState = null;
$(document.body).removeClass('hiddenViewMenuBar');
$(document.body).removeClass('hiddenViewMenuBar').removeClass('hiddenNowPlayingBar');
});
window.NowPlayingPage = {