mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-04-05 11:47:50 +08:00
fix(subscribe): ensure best version is empty set
This commit is contained in:
@@ -823,6 +823,8 @@ class SubscribeChain(ChainBase, metaclass=Singleton):
|
||||
"""
|
||||
获取已下载过的集数或电影
|
||||
"""
|
||||
if subscribe.best_version:
|
||||
return []
|
||||
note = subscribe.note or []
|
||||
if not note:
|
||||
return []
|
||||
|
||||
Reference in New Issue
Block a user