1
0
Fork 0
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:
Dmitry Lyzo 2023-10-23 23:29:31 +03:00
parent 201aec56c6
commit 5dad4b4486

View file

@ -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();