mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
removed require for module cordova filedownloader
This commit is contained in:
parent
071963ec5a
commit
01d38d04ba
1 changed files with 1 additions and 7 deletions
|
@ -482,13 +482,7 @@ var AppInfo = {};
|
|||
}
|
||||
|
||||
define("multi-download", [componentsPath + "/multidownload"], returnFirstDependency);
|
||||
|
||||
if ("android" === self.appMode) {
|
||||
define("fileDownloader", ["cordova/filedownloader"], returnFirstDependency);
|
||||
} else {
|
||||
define("fileDownloader", [componentsPath + "/filedownloader"], returnFirstDependency);
|
||||
}
|
||||
|
||||
define("fileDownloader", [componentsPath + "/filedownloader"], returnFirstDependency);
|
||||
define("localassetmanager", [apiClientBowerPath + "/localassetmanager"], returnFirstDependency);
|
||||
|
||||
if ("cordova" === self.appMode || "android" === self.appMode) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue