mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix suggestions
This commit is contained in:
parent
22e1a9b269
commit
ee46863a5f
3 changed files with 5 additions and 6 deletions
|
@ -399,7 +399,6 @@ var AppInfo = {};
|
|||
define('loading', [componentsPath + '/loading/loading'], returnFirstDependency);
|
||||
define('multi-download', [componentsPath + '/multidownload'], returnFirstDependency);
|
||||
define('fileDownloader', [componentsPath + '/filedownloader'], returnFirstDependency);
|
||||
define('localassetmanager', [bowerPath + '/apiclient/localassetmanager'], returnFirstDependency);
|
||||
|
||||
define('castSenderApiLoader', [componentsPath + '/castSenderApi'], returnFirstDependency);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue