From cfa70b92f54869cf797f507121bf5dcd50af2117 Mon Sep 17 00:00:00 2001 From: Andrew Rabert Date: Sun, 6 Jan 2019 22:36:25 -0500 Subject: [PATCH] Disable product news --- dashboard-ui/bower_components/emby-apiclient/apiclient.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dashboard-ui/bower_components/emby-apiclient/apiclient.js b/dashboard-ui/bower_components/emby-apiclient/apiclient.js index be3b12c33..def6a2666 100644 --- a/dashboard-ui/bower_components/emby-apiclient/apiclient.js +++ b/dashboard-ui/bower_components/emby-apiclient/apiclient.js @@ -431,10 +431,6 @@ define(["events", "appStorage", "wakeOnLan"], function(events, appStorage, wakeO name: name }); return val.substring(val.indexOf("=") + 1).replace("'", "%27") - }, ApiClient.prototype.getProductNews = function(options) { - options = options || {}; - var url = this.getUrl("News/Product", options); - return this.getJSON(url) }, ApiClient.prototype.getDownloadSpeed = function(byteSize) { var url = this.getUrl("Playback/BitrateTest", { Size: byteSize