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

update components

This commit is contained in:
Luke Pulverenti 2016-01-06 15:16:16 -05:00
parent ad0970d09f
commit 6da165c3c2
51 changed files with 1715 additions and 454 deletions

View file

@ -1555,6 +1555,7 @@ var AppInfo = {};
AppInfo.enableNowPlayingBar = true;
AppInfo.enableHomeTabs = true;
AppInfo.enableNowPlayingPageBottomTabs = true;
AppInfo.enableAutoSave = browserInfo.mobile;
AppInfo.enableAppStorePolicy = isCordova;