1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

cleanup: formatting, escheck

This commit is contained in:
ThaUnknown 2023-03-16 15:42:44 +01:00
parent a73b691653
commit 70f65141f4
2 changed files with 1 additions and 2 deletions

View file

@ -6,7 +6,6 @@
"./dist/libraries/pdf.worker.js",
"./dist/libraries/worker-bundle.js",
"./dist/libraries/wasm-gen/libarchive.js",
"./dist/libraries/jassub-worker*.js",
"./dist/serviceworker.js"
]
}

View file

@ -1292,7 +1292,7 @@ function tryRemoveElement(elem) {
maxRenderHeight: 2160
};
import('event-target-polyfill').then(() => {
import('jassub').then(({ default: JASSUB }) => {
import('jassub').then(({ default: JASSUB }) => {
Promise.all([
apiClient.getNamedConfiguration('encoding'),
// Worker in Tizen 5 doesn't resolve relative path with async request