mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
reduce rescanning due to IsOffline
This commit is contained in:
parent
521b20f86a
commit
cbca3a20ae
23 changed files with 115 additions and 68 deletions
|
@ -716,16 +716,6 @@ var Dashboard = {
|
|||
});
|
||||
},
|
||||
|
||||
exitOnBack: function () {
|
||||
|
||||
var currentView = ViewManager.currentView();
|
||||
return !currentView || currentView.id == 'indexPage';
|
||||
},
|
||||
|
||||
exit: function () {
|
||||
Dashboard.logout();
|
||||
},
|
||||
|
||||
getDeviceProfile: function (maxHeight) {
|
||||
|
||||
return new Promise(function (resolve, reject) {
|
||||
|
@ -2709,8 +2699,6 @@ var AppInfo = {};
|
|||
if (Dashboard.isRunningInCordova()) {
|
||||
deps.push('registrationservices');
|
||||
|
||||
deps.push('cordova/back');
|
||||
|
||||
if (browserInfo.android) {
|
||||
deps.push('cordova/android/androidcredentials');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue