Support remote file uri when adding downloads

This commit is contained in:
stkevintan
2025-12-06 19:33:52 +08:00
parent 785540e178
commit 2affa7c9b8
7 changed files with 38 additions and 15 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ class TransmissionModule(_ModuleBase, _DownloaderBase[Transmission]):
# 添加任务
torrent = server.add_torrent(
content=content,
download_dir=str(download_dir),
download_dir=download_dir.as_posix(),
is_paused=is_paused,
labels=labels,
cookie=cookie