fix download

This commit is contained in:
jxxghp
2023-07-08 16:30:45 +08:00
parent b6d957c7d9
commit 5ceaf94169
8 changed files with 34 additions and 7 deletions

View File

@ -177,6 +177,8 @@ class TorrentInfo(BaseModel):
labels: Optional[list] = []
# 种子优先级
pri_order: Optional[int] = 0
# 促销
volume_factor: Optional[str] = None
class Context(BaseModel):