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:
parent
fc4068bdcc
commit
7d89bd22b9
17 changed files with 312 additions and 59 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue