mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +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 []
|
note = subscribe.note or []
|
||||||
if not note:
|
if not note:
|
||||||
return []
|
return []
|
||||||
|
|||||||
Reference in New Issue
Block a user