Disable product news

This commit is contained in:
Andrew Rabert 2019-01-06 22:36:25 -05:00
parent ef819f142b
commit cfa70b92f5

View file

@ -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