mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
removed require for module cordova filedownloader
This commit is contained in:
parent
071963ec5a
commit
01d38d04ba
@ -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("localassetmanager", [apiClientBowerPath + "/localassetmanager"], returnFirstDependency);
|
||||
|
||||
if ("cordova" === self.appMode || "android" === self.appMode) {
|
||||
|
Loading…
Reference in New Issue
Block a user