mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix localsync define
This commit is contained in:
parent
6afd529cbc
commit
5c12589db7
1 changed files with 2 additions and 2 deletions
|
@ -1748,10 +1748,10 @@ var AppInfo = {};
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Dashboard.isRunningInCordova() && browserInfo.android) {
|
if (Dashboard.isRunningInCordova() && browserInfo.android) {
|
||||||
define("localsync", ["cordova/android/localsync"]);
|
define("localsync", ["cordova/android/localsync"], returnFirstDependency);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
define("localsync", ["scripts/localsync"]);
|
define("localsync", ["scripts/localsync"], returnFirstDependency);
|
||||||
}
|
}
|
||||||
|
|
||||||
define("livetvcss", ['css!css/livetv.css']);
|
define("livetvcss", ['css!css/livetv.css']);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue