mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update indexedDb
This commit is contained in:
parent
232f5dba67
commit
9e9ffda3e6
6 changed files with 56 additions and 37 deletions
|
@ -2372,6 +2372,10 @@
|
|||
}
|
||||
|
||||
options.quality = options.quality || self.getDefaultImageQuality(options.type);
|
||||
|
||||
if (self.normalizeImageOptions) {
|
||||
self.normalizeImageOptions(options);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -2439,6 +2443,10 @@
|
|||
|
||||
options.quality = options.quality || self.getDefaultImageQuality(options.type);
|
||||
|
||||
if (self.normalizeImageOptions) {
|
||||
self.normalizeImageOptions(options);
|
||||
}
|
||||
|
||||
// Don't put these on the query string
|
||||
delete options.type;
|
||||
delete options.index;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue