mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update video osd
This commit is contained in:
parent
0444d44461
commit
28bb4ffd62
6 changed files with 49 additions and 29 deletions
|
@ -2395,6 +2395,10 @@ var AppInfo = {};
|
|||
list.push('bower_components/emby-webcomponents/htmlaudioplayer/plugin');
|
||||
}
|
||||
|
||||
if (Dashboard.isRunningInCordova() && browser.safari) {
|
||||
list.push('cordova/chromecast');
|
||||
}
|
||||
|
||||
if (Dashboard.isRunningInCordova() && browser.android) {
|
||||
// intent player
|
||||
list.push('cordova/externalplayer');
|
||||
|
@ -2536,7 +2540,6 @@ var AppInfo = {};
|
|||
|
||||
postInitDependencies.push('cordova/volume');
|
||||
postInitDependencies.push('cordova/statusbar');
|
||||
postInitDependencies.push('cordova/chromecast');
|
||||
postInitDependencies.push('cordova/orientation');
|
||||
postInitDependencies.push('cordova/remotecontrols');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue