Disable product news
This commit is contained in:
parent
ef819f142b
commit
cfa70b92f5
1 changed files with 0 additions and 4 deletions
|
@ -431,10 +431,6 @@ define(["events", "appStorage", "wakeOnLan"], function(events, appStorage, wakeO
|
||||||
name: name
|
name: name
|
||||||
});
|
});
|
||||||
return val.substring(val.indexOf("=") + 1).replace("'", "%27")
|
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) {
|
}, ApiClient.prototype.getDownloadSpeed = function(byteSize) {
|
||||||
var url = this.getUrl("Playback/BitrateTest", {
|
var url = this.getUrl("Playback/BitrateTest", {
|
||||||
Size: byteSize
|
Size: byteSize
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue