From de7c02af20e9410d9759534871225f893c3c9efd Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 2 Sep 2014 22:30:24 -0400 Subject: [PATCH] restore nuget targets for mono build --- dashboard-ui/thirdparty/mediabrowser.apiclient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/thirdparty/mediabrowser.apiclient.js b/dashboard-ui/thirdparty/mediabrowser.apiclient.js index 99db72cd2d..a78c50c165 100644 --- a/dashboard-ui/thirdparty/mediabrowser.apiclient.js +++ b/dashboard-ui/thirdparty/mediabrowser.apiclient.js @@ -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) {