mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix imports in Playback/Queue controller
According to the template.
This commit is contained in:
parent
201aec56c6
commit
5dad4b4486
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
|||
import remotecontrolFactory from '../../../components/remotecontrol/remotecontrol';
|
||||
import libraryMenu from '../../../scripts/libraryMenu';
|
||||
import '../../../elements/emby-button/emby-button';
|
||||
import '../../../elements/emby-button/paper-icon-button-light';
|
||||
import '../../../elements/emby-collapse/emby-collapse';
|
||||
import '../../../elements/emby-input/emby-input';
|
||||
import '../../../elements/emby-itemscontainer/emby-itemscontainer';
|
||||
import '../../../elements/emby-slider/emby-slider';
|
||||
|
||||
export default function (view) {
|
||||
const remoteControl = new remotecontrolFactory();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue