mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -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() {
|
||||
|
||||
// TODO: Improve with http://webpjs.appspot.com/
|
||||
return $.browser.chrome || $.browser.android;
|
||||
return $.browser.chrome;
|
||||
}
|
||||
|
||||
function normalizeImageOptions(options) {
|
||||
|
Loading…
Reference in New Issue
Block a user