mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix sync status display
This commit is contained in:
parent
a07e6b59a3
commit
94a5cf7549
26 changed files with 415 additions and 276 deletions
10
dashboard-ui/cordova/ios/backgroundfetch.js
vendored
10
dashboard-ui/cordova/ios/backgroundfetch.js
vendored
|
@ -4,11 +4,11 @@
|
|||
|
||||
function onDeviceReady() {
|
||||
|
||||
var fetcher = window.BackgroundFetch;
|
||||
//var fetcher = window.BackgroundFetch;
|
||||
|
||||
fetcher.configure(onBackgroundFetch, onBackgroundFetchFailed, {
|
||||
stopOnTerminate: false // <-- false is default
|
||||
});
|
||||
//fetcher.configure(onBackgroundFetch, onBackgroundFetchFailed, {
|
||||
// stopOnTerminate: false // <-- false is default
|
||||
//});
|
||||
}
|
||||
|
||||
function onSyncFinish() {
|
||||
|
@ -86,7 +86,7 @@
|
|||
});
|
||||
});
|
||||
|
||||
pageClassOn('pageshow', "page", function () {
|
||||
pageClassOn('pageshow', "libraryPage", function () {
|
||||
|
||||
if (!Dashboard.getCurrentUserId()) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue