mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-07-28 18:17:20 +00:00
使用ClientInterface优化
This commit is contained in:
@@ -758,4 +758,12 @@ class TransmissionRPC implements AbstractClientInterface
|
||||
}
|
||||
return $this->session_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
public function status()
|
||||
{
|
||||
return $this->sstats();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user