fix #608
This commit is contained in:
parent
8be6e28933
commit
b1bb0ced7a
@ -131,7 +131,7 @@ class TransmissionModule(_ModuleBase):
|
|||||||
title=torrent.name,
|
title=torrent.name,
|
||||||
path=Path(torrent.download_dir) / torrent.name,
|
path=Path(torrent.download_dir) / torrent.name,
|
||||||
hash=torrent.hashString,
|
hash=torrent.hashString,
|
||||||
tags=torrent.labels
|
tags=",".join(torrent.labels or [])
|
||||||
))
|
))
|
||||||
elif status == TorrentStatus.DOWNLOADING:
|
elif status == TorrentStatus.DOWNLOADING:
|
||||||
# 获取正在下载的任务
|
# 获取正在下载的任务
|
||||||
|
Loading…
x
Reference in New Issue
Block a user