fix #982
This commit is contained in:
jxxghp
2023-10-28 17:41:22 +08:00
parent 16cce73f82
commit 4b655dfac4
4 changed files with 20 additions and 9 deletions

View File

@ -38,6 +38,8 @@ class DownloadHistory(BaseModel):
torrent_site: Optional[str] = None
# 下载用户
userid: Optional[str] = None
# 下载用户名
username: Optional[str] = None
# 下载渠道
channel: Optional[str] = None
# 创建时间