mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
lazy load scripts
This commit is contained in:
parent
91f96dbe68
commit
b9884940ef
7 changed files with 14 additions and 8 deletions
|
@ -1375,10 +1375,10 @@ var Dashboard = {
|
|||
// The native app can handle a little bit more than safari
|
||||
if (Dashboard.isRunningInCordova()) {
|
||||
|
||||
quality -= 30;
|
||||
quality -= 20;
|
||||
|
||||
if (isBackdrop) {
|
||||
quality -= 10;
|
||||
quality -= 20;
|
||||
}
|
||||
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue