1
0
Fork 0
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:
dkanada 2019-09-13 00:05:15 -07:00
parent 1f0f1dc1b3
commit 5104aabead
5 changed files with 5 additions and 6 deletions

View file

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