mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Fix subtitle uploader on TV layout
**Changes** Fixes a wrong import that prevented the subtitle uploader dialog from showing when using the TV layout mode. **Issues** #4146
This commit is contained in:
parent
38a0ddf149
commit
a13e6f0419
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user