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:
parent
8d4a41bd7d
commit
8ca033b47d
1 changed files with 1 additions and 1 deletions
|
@ -955,7 +955,7 @@
|
||||||
// The native app can handle a little bit more than safari
|
// The native app can handle a little bit more than safari
|
||||||
if (AppInfo.isNativeApp) {
|
if (AppInfo.isNativeApp) {
|
||||||
|
|
||||||
quality -= 10;
|
quality -= 5;
|
||||||
} else {
|
} else {
|
||||||
quality -= 20;
|
quality -= 20;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue