This commit is contained in:
jxxghp
2023-06-09 15:02:46 +08:00
parent a60e3b8a04
commit 017fce9e6f
4 changed files with 8 additions and 8 deletions

View File

@ -154,7 +154,7 @@ class Transmission(metaclass=Singleton):
trans_tasks.append({
'title': torrent.name,
'path': Path(path) / torrent.name,
'id': torrent.hashString,
'hash': torrent.hashString,
'tags': torrent.labels
})
return trans_tasks