修复订阅时没有读取 min_seeders_time 导致最少做种人数生效时间不生效
This commit is contained in:
parent
36a8b6d780
commit
7579aae823
@ -498,6 +498,7 @@ class SubscribeChain(ChainBase):
|
||||
"tv_size": default_rule.get("tv_size"),
|
||||
"movie_size": default_rule.get("movie_size"),
|
||||
"min_seeders": default_rule.get("min_seeders"),
|
||||
"min_seeders_time": default_rule.get("min_seeders_time"),
|
||||
}
|
||||
|
||||
def match(self, torrents: Dict[str, List[Context]]):
|
||||
|
Loading…
x
Reference in New Issue
Block a user