From dc9b9b73afa6cc01663a31ce43627a9409a3153d Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 8 Jun 2023 22:51:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20transmission.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/modules/transmission/transmission.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/transmission/transmission.py b/app/modules/transmission/transmission.py index 555499ae..1d97768c 100644 --- a/app/modules/transmission/transmission.py +++ b/app/modules/transmission/transmission.py @@ -155,7 +155,7 @@ class Transmission(metaclass=Singleton): continue trans_tasks.append({ 'title': torrent.name, - 'path': Path(settings.DOWNLOAD_PATH) / torrent.name, + 'path': Path(path) / torrent.name, 'id': torrent.hashString, 'tags': torrent.labels })