downloading api

This commit is contained in:
jxxghp
2023-07-02 16:11:25 +08:00
parent 5a5edfb2a3
commit ca7542f90f
2 changed files with 18 additions and 1 deletions

View File

@ -178,6 +178,7 @@ class TransferTorrent(BaseModel):
path: Optional[Path] = None
hash: Optional[str] = None
tags: Optional[str] = None
media: Optional[dict] = {}
class DownloadingTorrent(BaseModel):