mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update stream selection
This commit is contained in:
parent
49f8917315
commit
2300b96924
7 changed files with 17 additions and 13 deletions
|
@ -2923,8 +2923,6 @@ var AppInfo = {};
|
|||
deps.push('css!devices/ios/ios.css');
|
||||
} else if (AppInfo.isNativeApp && browserInfo.edge) {
|
||||
deps.push('css!devices/windowsphone/wp.css');
|
||||
} else if (!browserInfo.android) {
|
||||
deps.push('css!devices/android/android.css');
|
||||
}
|
||||
|
||||
loadTheme();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue