mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update bulk commands
This commit is contained in:
parent
38fe3b9e39
commit
8a767164da
3 changed files with 7 additions and 35 deletions
|
@ -1564,7 +1564,7 @@ var Dashboard = {
|
|||
// The native app can handle a little bit more than safari
|
||||
if (AppInfo.isNativeApp) {
|
||||
|
||||
quality -= 5;
|
||||
quality -= 10;
|
||||
|
||||
} else {
|
||||
|
||||
|
@ -1774,7 +1774,6 @@ var AppInfo = {};
|
|||
AppInfo.enableMovieTrailersTab = true;
|
||||
}
|
||||
|
||||
AppInfo.enableAppLayouts = true;
|
||||
if (isCordova) {
|
||||
AppInfo.enableAppLayouts = true;
|
||||
AppInfo.hasKnownExternalPlayerSupport = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue