mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
restore nuget targets for mono build
This commit is contained in:
parent
0110056c56
commit
de7c02af20
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue