downloading api

This commit is contained in:
jxxghp
2023-07-02 16:21:32 +08:00
parent 174961c32d
commit 2b4b92bfe1
3 changed files with 3 additions and 0 deletions

View File

@ -181,6 +181,7 @@ class TransferTorrent(BaseModel):
class DownloadingTorrent(BaseModel):
hash: Optional[str] = None
title: Optional[str] = None
name: Optional[str] = None
year: Optional[str] = None