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:
parent
728f77be94
commit
fac1b1d5f9
4 changed files with 59 additions and 41 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue