mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-07-29 02:27:20 +00:00
使用ClientInterface优化
This commit is contained in:
@@ -295,4 +295,12 @@ class qBittorrent implements AbstractClientInterface
|
||||
$data .= "--" . $this->delimiter . "--" . $eol;
|
||||
return $data;
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
public function status()
|
||||
{
|
||||
return $this->appVersion();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user