mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update music tabs
This commit is contained in:
parent
c01a55384e
commit
4ea172b6c5
4 changed files with 14 additions and 20 deletions
|
@ -1180,23 +1180,15 @@ var Dashboard = {
|
|||
}
|
||||
|
||||
if (browserInfo.mobile) {
|
||||
quality -= 15;
|
||||
quality -= 20;
|
||||
}
|
||||
|
||||
if (AppInfo.hasLowImageBandwidth) {
|
||||
|
||||
// The native app can handle a little bit more than safari
|
||||
if (AppInfo.isNativeApp) {
|
||||
if (!AppInfo.isNativeApp) {
|
||||
|
||||
if (isBackdrop) {
|
||||
quality -= 5;
|
||||
} else {
|
||||
quality -= 5;
|
||||
}
|
||||
|
||||
} else {
|
||||
|
||||
quality -= 25;
|
||||
quality -= 20;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue