From b1bb0ced7aedd41ad45cec8d4696bf3b842cfe6b Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 19 Sep 2023 17:15:16 +0800 Subject: [PATCH] fix #608 --- app/modules/transmission/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/transmission/__init__.py b/app/modules/transmission/__init__.py index b81e06c9..78eb6456 100644 --- a/app/modules/transmission/__init__.py +++ b/app/modules/transmission/__init__.py @@ -131,7 +131,7 @@ class TransmissionModule(_ModuleBase): title=torrent.name, path=Path(torrent.download_dir) / torrent.name, hash=torrent.hashString, - tags=torrent.labels + tags=",".join(torrent.labels or []) )) elif status == TorrentStatus.DOWNLOADING: # 获取正在下载的任务