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