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

Fix suggestions

This commit is contained in:
MrTimscampi 2020-07-16 17:25:36 +02:00
parent eafb851c40
commit 3c37a57866
2 changed files with 2 additions and 2 deletions

View file

@ -227,7 +227,7 @@ define(['loading', 'globalize', 'events', 'viewManager', 'skinManager', 'backdro
setQuality = true;
}
if (setQuality || !options.quality) {
if (setQuality && !options.quality) {
options.quality = 90;
}
}