mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update nfo writer
This commit is contained in:
parent
c2e474e8e9
commit
9ab9e8b9c8
2 changed files with 12 additions and 12 deletions
16
dashboard-ui/cordova/ios/backgroundfetch.js
vendored
16
dashboard-ui/cordova/ios/backgroundfetch.js
vendored
|
@ -48,7 +48,7 @@
|
||||||
function onBackgroundFetch() {
|
function onBackgroundFetch() {
|
||||||
|
|
||||||
Logger.log('BackgroundFetch initiated');
|
Logger.log('BackgroundFetch initiated');
|
||||||
startSync(false);
|
startSync(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
function onBackgroundFetchFailed() {
|
function onBackgroundFetchFailed() {
|
||||||
|
@ -59,15 +59,15 @@
|
||||||
|
|
||||||
function restartInterval() {
|
function restartInterval() {
|
||||||
|
|
||||||
//setInterval(function () {
|
setInterval(function () {
|
||||||
|
|
||||||
// startSync(false);
|
|
||||||
|
|
||||||
//}, syncInterval);
|
|
||||||
|
|
||||||
//if (lastStart > 0 && (now - lastStart) >= syncInterval) {
|
|
||||||
//startSync(true);
|
//startSync(true);
|
||||||
//}
|
|
||||||
|
}, syncInterval);
|
||||||
|
|
||||||
|
if (lastStart > 0 && (now - lastStart) >= syncInterval) {
|
||||||
|
//startSync(true);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Dashboard.ready(restartInterval);
|
Dashboard.ready(restartInterval);
|
||||||
|
|
|
@ -418,10 +418,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (min-width: 700px) {
|
@media all and (min-width: 700px) {
|
||||||
.bannerCard {
|
|
||||||
width: 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.squareCard {
|
.squareCard {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
}
|
}
|
||||||
|
@ -435,6 +431,10 @@
|
||||||
|
|
||||||
@media all and (min-width: 800px) {
|
@media all and (min-width: 800px) {
|
||||||
|
|
||||||
|
.bannerCard {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
.portraitCard {
|
.portraitCard {
|
||||||
width: 20%;
|
width: 20%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue