You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// prevent 'ActionSheet closed without resolving' error
1107
+
}).finally(()=>{
1108
+
resetIdle();
1109
+
});
1079
1110
1080
1111
setTimeout(resetIdle,0);
1081
1112
}
@@ -1152,6 +1183,45 @@ export default function (view) {
1152
1183
}
1153
1184
1154
1185
toggleSubtitleSync();
1186
+
}).catch(()=>{
1187
+
// prevent 'ActionSheet closed without resolving' error
1188
+
}).finally(()=>{
1189
+
resetIdle();
1190
+
});
1191
+
1192
+
setTimeout(resetIdle,0);
1193
+
});
1194
+
}
1195
+
1196
+
functionshowChapterSelection(){
1197
+
// At the moment Jellyfin doesn't support most of MKV's chapter features (hidden- and standard-flags, multiple Editions, linked chapters, sub-chapters, multi language support, ...).
1198
+
// For MKV files that use one or more of these features it's not guaranteed that chapters are correctly ordered or displayed.
1199
+
// If support of one of these features is added in the future, it's maybe necessary to adjust the chapter handling.
"ExtractTrickplayImagesHelp": "Trickplay images are similar to chapter images, except they span the entire length of the content and are used to show a preview when scrubbing through videos.",
1759
1759
"LabelExtractTrickplayDuringLibraryScan": "Extract trickplay images during the library scan",
1760
-
"LabelExtractTrickplayDuringLibraryScanHelp": "Generate trickplay images when videos are imported during the library scan. Otherwise, they will be extracted during the trickplay images scheduled task. If generation is set to non-blocking this will not affect the time a library scan takes to complete."
1760
+
"LabelExtractTrickplayDuringLibraryScanHelp": "Generate trickplay images when videos are imported during the library scan. Otherwise, they will be extracted during the trickplay images scheduled task. If generation is set to non-blocking this will not affect the time a library scan takes to complete.",
0 commit comments