mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-06-13 12:18:56 +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