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