mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
move remote control to folder and fix sortable dependency
This commit is contained in:
parent
1f0f1dc1b3
commit
5104aabead
5 changed files with 5 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
define(["components/remotecontrol", "libraryMenu", "emby-button"], function(remotecontrolFactory, libraryMenu) {
|
||||
define(["components/remotecontrol/remotecontrol", "libraryMenu", "emby-button"], function(remotecontrolFactory, libraryMenu) {
|
||||
"use strict";
|
||||
return function(view, params) {
|
||||
var remoteControl = new remotecontrolFactory;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue