mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
fix #4382
This commit is contained in:
@@ -563,7 +563,7 @@ class SubscribeChain(ChainBase, metaclass=Singleton):
|
|||||||
subscribes = self.subscribeoper.list(self.get_states_for_search('R'))
|
subscribes = self.subscribeoper.list(self.get_states_for_search('R'))
|
||||||
|
|
||||||
# 预识别所有未识别的种子
|
# 预识别所有未识别的种子
|
||||||
processed_torrents = {}
|
processed_torrents: Dict[str, List[Context]] = {}
|
||||||
for domain, contexts in torrents.items():
|
for domain, contexts in torrents.items():
|
||||||
processed_torrents[domain] = []
|
processed_torrents[domain] = []
|
||||||
for context in contexts:
|
for context in contexts:
|
||||||
|
|||||||
Reference in New Issue
Block a user