mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
make auto saving conditional
This commit is contained in:
parent
24a456b877
commit
9fb1452f93
7 changed files with 90 additions and 11 deletions
|
@ -1555,6 +1555,7 @@ var AppInfo = {};
|
|||
AppInfo.enableNowPlayingBar = true;
|
||||
AppInfo.enableHomeTabs = true;
|
||||
AppInfo.enableNowPlayingPageBottomTabs = true;
|
||||
AppInfo.enableAutoSave = browserInfo.mobile;
|
||||
|
||||
AppInfo.enableAppStorePolicy = isCordova;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue