mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add loopback handler
This commit is contained in:
parent
5df126af54
commit
7919964805
12 changed files with 16 additions and 51 deletions
|
@ -882,7 +882,6 @@ var AppInfo = {};
|
|||
|
||||
var isCordova = Dashboard.isRunningInCordova();
|
||||
|
||||
AppInfo.enableHomeFavorites = true;
|
||||
AppInfo.enableHomeTabs = true;
|
||||
AppInfo.enableNowPlayingPageBottomTabs = true;
|
||||
AppInfo.enableAutoSave = browserInfo.touch;
|
||||
|
@ -898,8 +897,6 @@ var AppInfo = {};
|
|||
AppInfo.hasLowImageBandwidth = true;
|
||||
|
||||
if (isCordova) {
|
||||
//AppInfo.enableSectionTransitions = true;
|
||||
AppInfo.enableHomeFavorites = false;
|
||||
AppInfo.enableNowPlayingPageBottomTabs = false;
|
||||
}
|
||||
}
|
||||
|
@ -1059,10 +1056,6 @@ var AppInfo = {};
|
|||
if (!AppInfo.enableSupporterMembership) {
|
||||
elem.classList.add('supporterMembershipDisabled');
|
||||
}
|
||||
|
||||
if (!AppInfo.enableHomeFavorites) {
|
||||
elem.classList.add('homeFavoritesDisabled');
|
||||
}
|
||||
}
|
||||
|
||||
function loadTheme() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue