1
0
Fork 0
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:
vitorsemeano 2019-03-16 18:26:42 +00:00
parent d8d3b0b4c7
commit 5cc1821e12

View file

@ -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");
}