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

Backport PR #4147 to 10.8.z branch

This commit is contained in:
Josep Sayol 2023-01-28 08:02:15 +01:00 committed by Josep
parent 72c66e91ed
commit 5f7d2659dc

View file

@ -2,7 +2,7 @@ import dialogHelper from '../../components/dialogHelper/dialogHelper';
import ServerConnections from '../ServerConnections';
import dom from '../../scripts/dom';
import loading from '../../components/loading/loading';
import scrollHelper from '../../libraries/scroller';
import scrollHelper from '../../scripts/scrollHelper';
import layoutManager from '../layoutManager';
import globalize from '../../scripts/globalize';
import template from './subtitleuploader.template.html';