mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue