mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
removing nativedirectorychooser require
This commit is contained in:
parent
82f171e99a
commit
9e38eeeb16
1 changed files with 0 additions and 4 deletions
|
@ -538,10 +538,6 @@ var AppInfo = {};
|
|||
}
|
||||
|
||||
function init() {
|
||||
if ("android" === self.appMode) {
|
||||
define("nativedirectorychooser", ["cordova/nativedirectorychooser"], returnFirstDependency);
|
||||
}
|
||||
|
||||
define("livetvcss", ["css!css/livetv.css"], returnFirstDependency);
|
||||
define("detailtablecss", ["css!css/detailtable.css"], returnFirstDependency);
|
||||
define("buttonenabled", ["legacy/buttonenabled"], returnFirstDependency);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue