mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update image encoding
This commit is contained in:
parent
b271619aa8
commit
0ceb6dd524
5 changed files with 13 additions and 9 deletions
4
dashboard-ui/cordova/imagestore.js
vendored
4
dashboard-ui/cordova/imagestore.js
vendored
|
@ -71,6 +71,10 @@
|
|||
|
||||
self.getImageUrl = function (originalUrl) {
|
||||
|
||||
if ($.browser.android && originalUrl.indexOf('tag=') != -1) {
|
||||
originalUrl += "&accept=webp";
|
||||
}
|
||||
|
||||
var deferred = DeferredBuilder.Deferred();
|
||||
var key = getCacheKey(originalUrl);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue