mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
removed require for cordova externalPlayer
This commit is contained in:
parent
01d82010ed
commit
91ef01cbc0
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user