mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
fix typo
This commit is contained in:
@@ -333,7 +333,7 @@ class SubscribeChain(ChainBase):
|
||||
|
||||
# 优先级过滤规则
|
||||
if subscribe.best_version:
|
||||
rule_groups = self.systemconfig.get(SystemConfigKey.BeseVersionFilterRuleGroups)
|
||||
rule_groups = self.systemconfig.get(SystemConfigKey.BestVersionFilterRuleGroups)
|
||||
else:
|
||||
rule_groups = self.systemconfig.get(SystemConfigKey.SubscribeFilterRuleGroups)
|
||||
|
||||
@@ -659,7 +659,7 @@ class SubscribeChain(ChainBase):
|
||||
|
||||
# 过滤规则
|
||||
if subscribe.best_version:
|
||||
rule_groups = self.systemconfig.get(SystemConfigKey.BeseVersionFilterRuleGroups)
|
||||
rule_groups = self.systemconfig.get(SystemConfigKey.BestVersionFilterRuleGroups)
|
||||
else:
|
||||
rule_groups = self.systemconfig.get(SystemConfigKey.SubscribeFilterRuleGroups)
|
||||
result: List[TorrentInfo] = self.filter_torrents(
|
||||
|
||||
Reference in New Issue
Block a user