mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove require for module cordova chromecast
This commit is contained in:
parent
d8d3b0b4c7
commit
5cc1821e12
1 changed files with 0 additions and 4 deletions
|
@ -1126,10 +1126,6 @@ var AppInfo = {};
|
|||
"components/youtubeplayer/plugin"
|
||||
];
|
||||
|
||||
if ("cordova" === self.appMode) {
|
||||
list.push("cordova/chromecast");
|
||||
}
|
||||
|
||||
if ("android" === self.appMode) {
|
||||
list.push("cordova/externalplayer");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue