Merge pull request #1541 from WangEdward/main

This commit is contained in:
jxxghp
2024-02-25 23:48:08 +08:00
committed by GitHub
5 changed files with 40 additions and 4 deletions

View File

@ -59,6 +59,8 @@ class Subscribe(BaseModel):
current_priority: Optional[int] = None
# 保存路径
save_path: Optional[str] = None
# 是否使用 imdbid 搜索
search_imdbid: Optional[int] = 0
class Config:
orm_mode = True