feat(download): expose source site for active tasks (#6231)

This commit is contained in:
jxxghp
2026-08-03 18:40:08 +08:00
committed by GitHub
parent f25ee25bb0
commit 36dd381260
5 changed files with 38 additions and 3 deletions
+1
View File
@@ -17,6 +17,7 @@ class DownloaderTorrent(BaseModel):
downloader: Optional[str] = None
hash: Optional[str] = None
title: Optional[str] = None
site_name: Optional[str] = None
name: Optional[str] = None
year: Optional[str] = None
season_episode: Optional[str] = None