downloading api

This commit is contained in:
jxxghp
2023-07-02 16:29:59 +08:00
parent 2b4b92bfe1
commit 8403ae6795

View File

@ -188,6 +188,7 @@ class DownloadingTorrent(BaseModel):
season_episode: Optional[str] = None
size: Optional[float] = 0
progress: Optional[float] = 0
state: Optional[str] = 'downloading'
media: Optional[dict] = {}