mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
restore nuget targets for mono build
This commit is contained in:
parent
0110056c56
commit
de7c02af20
@ -2125,7 +2125,7 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout, wi
|
|||||||
function supportsWebP() {
|
function supportsWebP() {
|
||||||
|
|
||||||
// TODO: Improve with http://webpjs.appspot.com/
|
// TODO: Improve with http://webpjs.appspot.com/
|
||||||
return $.browser.chrome || $.browser.android;
|
return $.browser.chrome;
|
||||||
}
|
}
|
||||||
|
|
||||||
function normalizeImageOptions(options) {
|
function normalizeImageOptions(options) {
|
||||||
|
Loading…
Reference in New Issue
Block a user