We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d7a4f commit ec8d8f1Copy full SHA for ec8d8f1
2 files changed
js/content.js
@@ -1043,7 +1043,7 @@ function correctContent()
1043
"load" : { name: "load.normal", prm: 1 }
1044
});
1045
}
1046
- if(theWebUI.systemInfo.rTorrent.apiVersion>=10)
+ if(theWebUI.systemInfo.rTorrent.apiVersion>=11) // at current moment (2019.07.20) this is feature-bind branch of rtorrent
1047
{
1048
$.extend(theRequestManager.aliases,
1049
php/settings.php
@@ -183,7 +183,7 @@ public function obtain()
183
$this->apiVersion = $req->val[0];
184
185
186
- if($this->apiVersion >= 10)
+ if($this->apiVersion >= 11) // at current moment (2019.07.20) this is feature-bind branch of rtorrent
187
188
$this->aliases = array_merge($this->aliases,array
189
(
0 commit comments