Skip to content

Commit

Permalink
Merge pull request #734 from kekZiger/master
Browse files Browse the repository at this point in the history
fixed ruTorrent
  • Loading branch information
mvdkleijn authored May 21, 2024
2 parents 6a4c63f + 76b2797 commit b2a62f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ruTorrent/ruTorrent.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
class ruTorrent extends \App\SupportedApps implements \App\EnhancedApps // phpcs:ignore
{
public $config;
private $attrs;
private $vars;

public function __construct()
{
Expand Down Expand Up @@ -76,7 +78,7 @@ public function getXMLRPCData($method)

try {
$res = parent::execute(
$this->url("RPC2"),
$this->url("plugins/rpc/rpc.php"),
$this->attrs,
$this->vars
);
Expand Down

0 comments on commit b2a62f0

Please sign in to comment.