1
0
Fork 0
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:
Luke Pulverenti 2016-07-08 14:10:56 -04:00
parent c01a55384e
commit 4ea172b6c5
4 changed files with 14 additions and 20 deletions

View file

@ -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;
}
}