mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update now playing page
This commit is contained in:
parent
9ab9e8b9c8
commit
d61dd06176
11 changed files with 59 additions and 42 deletions
|
@ -1728,6 +1728,7 @@ var AppInfo = {};
|
|||
AppInfo.enableNowPlayingBar = true;
|
||||
AppInfo.enableCustomHomeSections = true;
|
||||
AppInfo.enableHomeTabs = true;
|
||||
AppInfo.enableNowPlayingPageBottomTabs = true;
|
||||
|
||||
AppInfo.enableAppStorePolicy = isCordova;
|
||||
|
||||
|
@ -1749,6 +1750,7 @@ var AppInfo = {};
|
|||
AppInfo.enableNowPlayingBar = false;
|
||||
AppInfo.enableCustomHomeSections = false;
|
||||
AppInfo.enableHomeTabs = false;
|
||||
AppInfo.enableNowPlayingPageBottomTabs = false;
|
||||
|
||||
} else {
|
||||
if (isMobile) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue