mirror of
https://github.com/ledccn/IYUUPlus.git
synced 2025-04-30 01:39:56 +00:00
新增:事件监听器,监听请求服务器辅种接口,返回可辅种的infoHash
This commit is contained in:
parent
15b7ed9eca
commit
d13a610f5a
@ -537,6 +537,10 @@ class AutoReseed
|
||||
self::$EventDispatcher->dispatch($event);
|
||||
//事件内允许处理可辅种哈希
|
||||
$data = $event->getInfoHashResponse();
|
||||
if (empty($data)) {
|
||||
echo "【" . $clientValue['_config']['name'] . "】 本次分组未查询到可辅种数据" . PHP_EOL . PHP_EOL;
|
||||
return;
|
||||
}
|
||||
|
||||
// 遍历当前客户端可辅种数据
|
||||
self::selfClientReseed($data, $hashString, $clientKey);
|
||||
|
Loading…
x
Reference in New Issue
Block a user