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:
parent
a77058de61
commit
164bba2faf
1 changed files with 0 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue