fix(subscribe): ensure best version is empty set

This commit is contained in:
InfinityPacer
2024-12-19 15:41:51 +08:00
parent 0fd4791479
commit 9abb305dbb
+2
View File
@@ -823,6 +823,8 @@ class SubscribeChain(ChainBase, metaclass=Singleton):
""" """
获取已下载过的集数或电影 获取已下载过的集数或电影
""" """
if subscribe.best_version:
return []
note = subscribe.note or [] note = subscribe.note or []
if not note: if not note:
return [] return []