fix bugs
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user