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

update now playing

This commit is contained in:
Luke Pulverenti 2015-09-27 11:00:57 -04:00
parent fc4068bdcc
commit 7d89bd22b9
17 changed files with 312 additions and 59 deletions

View file

@ -776,8 +776,10 @@
if (AppInfo.enableNowPlayingPageBottomTabs) {
tabs.classList.remove('hide');
page.querySelector('.libraryViewNav').classList.add('hide');
} else {
tabs.classList.add('hide');
page.querySelector('.libraryViewNav').classList.remove('hide');
}
tabs.classList.add('bottom');