From 18457a4de7cf40d78b4b011d8a98cd3754d79e5b Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 11 Sep 2023 21:43:30 +0800 Subject: [PATCH] fix #555 --- 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 f3f71ddb..57e22c22 100644 --- a/app/modules/transmission/__init__.py +++ b/app/modules/transmission/__init__.py @@ -105,7 +105,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.TRANSFER: # 获取已完成且未整理的