removed require for cordova externalPlayer

This commit is contained in:
vitorsemeano 2019-03-17 21:42:36 +00:00
parent 01d82010ed
commit 91ef01cbc0

View File

@ -1095,10 +1095,6 @@ var AppInfo = {};
"components/youtubeplayer/plugin"
];
if ("android" === self.appMode) {
list.push("cordova/externalplayer");
}
if (appHost.supports("remotecontrol")) {
list.push("components/sessionplayer");