mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
chore: fix new eslint styles
This commit is contained in:
parent
4c7c2067f9
commit
1cfd4f6b3e
1 changed files with 1 additions and 1 deletions
|
@ -1269,7 +1269,7 @@ function tryRemoveElement(elem) {
|
||||||
subUrl: getTextTrackUrl(track, item),
|
subUrl: getTextTrackUrl(track, item),
|
||||||
fonts: avaliableFonts,
|
fonts: avaliableFonts,
|
||||||
fallbackFont: 'liberation sans',
|
fallbackFont: 'liberation sans',
|
||||||
availableFonts: {'liberation sans': `${appRouter.baseUrl()}/default.woff2`},
|
availableFonts: { 'liberation sans': `${appRouter.baseUrl()}/default.woff2` },
|
||||||
// Disabled eslint compat, but is safe as corejs3 polyfills URL
|
// Disabled eslint compat, but is safe as corejs3 polyfills URL
|
||||||
// eslint-disable-next-line compat/compat
|
// eslint-disable-next-line compat/compat
|
||||||
workerUrl: new URL('jassub/dist/jassub-worker.js', import.meta.url),
|
workerUrl: new URL('jassub/dist/jassub-worker.js', import.meta.url),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue