1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update image quality

This commit is contained in:
Luke Pulverenti 2016-07-25 01:13:02 -04:00
parent 8d4a41bd7d
commit 8ca033b47d

View file

@ -955,7 +955,7 @@
// The native app can handle a little bit more than safari
if (AppInfo.isNativeApp) {
quality -= 10;
quality -= 5;
} else {
quality -= 20;
}