mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
fix 资源搜索下载时设置的下载器不生效的问题
This commit is contained in:
@@ -180,6 +180,8 @@ class TorrentInfo(BaseModel):
|
|||||||
site_proxy: Optional[bool] = False
|
site_proxy: Optional[bool] = False
|
||||||
# 站点优先级
|
# 站点优先级
|
||||||
site_order: Optional[int] = 0
|
site_order: Optional[int] = 0
|
||||||
|
# 站点下载器
|
||||||
|
site_downloader: Optional[str] = None
|
||||||
# 种子名称
|
# 种子名称
|
||||||
title: Optional[str] = None
|
title: Optional[str] = None
|
||||||
# 种子副标题
|
# 种子副标题
|
||||||
|
|||||||
Reference in New Issue
Block a user