mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update now playing tabs
This commit is contained in:
parent
bb00365b5d
commit
0311b2b1a2
3 changed files with 1 additions and 23 deletions
|
@ -883,7 +883,6 @@ var AppInfo = {};
|
|||
var isCordova = Dashboard.isRunningInCordova();
|
||||
|
||||
AppInfo.enableHomeTabs = true;
|
||||
AppInfo.enableNowPlayingPageBottomTabs = true;
|
||||
AppInfo.enableAutoSave = browserInfo.touch;
|
||||
AppInfo.enableHashBang = Dashboard.isRunningInCordova();
|
||||
|
||||
|
@ -895,10 +894,6 @@ var AppInfo = {};
|
|||
if (isIOS) {
|
||||
|
||||
AppInfo.hasLowImageBandwidth = true;
|
||||
|
||||
if (isCordova) {
|
||||
AppInfo.enableNowPlayingPageBottomTabs = false;
|
||||
}
|
||||
}
|
||||
|
||||
AppInfo.supportsExternalPlayers = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue