1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

removed require for module cordova localsync

This commit is contained in:
vitorsemeano 2019-03-16 19:26:30 +00:00
parent a77058de61
commit 164bba2faf

View file

@ -512,12 +512,8 @@ var AppInfo = {};
define("filerepository", [apiClientBowerPath + "/sync/filerepository"], returnFirstDependency);
}
if ("android" === self.appMode) {
define("localsync", ["cordova/localsync"], returnFirstDependency);
} else {
define("localsync", [apiClientBowerPath + "/sync/localsync"], returnFirstDependency);
}
}
function init() {
define("livetvcss", ["css!css/livetv.css"], returnFirstDependency);