mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update access denied exceptions
This commit is contained in:
parent
294281602e
commit
ad38cf4783
17 changed files with 154 additions and 138 deletions
|
@ -1747,11 +1747,15 @@ var AppInfo = {};
|
|||
AppInfo.enableNavDrawer = false;
|
||||
AppInfo.enableSearchInTopMenu = false;
|
||||
AppInfo.enableHomeFavorites = false;
|
||||
AppInfo.enableNowPlayingBar = false;
|
||||
AppInfo.enableCustomHomeSections = false;
|
||||
AppInfo.enableHomeTabs = false;
|
||||
AppInfo.enableNowPlayingPageBottomTabs = false;
|
||||
|
||||
// Disable the now playing bar for the iphone since we already have the now playing tab at the bottom
|
||||
if (navigator.userAgent.toString().toLowerCase().indexOf('iphone') != -1) {
|
||||
AppInfo.enableNowPlayingBar = false;
|
||||
}
|
||||
|
||||
} else {
|
||||
if (isMobile) {
|
||||
|
||||
|
@ -2479,8 +2483,6 @@ pageClassOn('pageshow', "page", function () {
|
|||
}
|
||||
}
|
||||
|
||||
Events.trigger(page, 'pageshowready');
|
||||
|
||||
Dashboard.ensureHeader(page);
|
||||
|
||||
if (apiClient && !apiClient.isWebSocketOpen()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue