mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
feat(subscribe): add episode priority tracking for subscription updates
This commit is contained in:
@@ -61,6 +61,8 @@ class Subscribe(BaseModel):
|
||||
best_version: Optional[int] = 0
|
||||
# 当前优先级
|
||||
current_priority: Optional[int] = None
|
||||
# 洗版时已下载剧集的优先级状态
|
||||
episode_priority: Optional[Dict[str, int]] = None
|
||||
# 保存路径
|
||||
save_path: Optional[str] = None
|
||||
# 是否使用 imdbid 搜索
|
||||
|
||||
Reference in New Issue
Block a user