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

remove jquery from librarybrowser.js

This commit is contained in:
Luke Pulverenti 2016-05-29 02:04:11 -04:00
parent 728f77be94
commit fac1b1d5f9
4 changed files with 59 additions and 41 deletions

View file

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