fix bugs
This commit is contained in:
@ -167,7 +167,7 @@ class Qbittorrent(metaclass=Singleton):
|
||||
trans_tasks.append({
|
||||
'title': torrent.get('name'),
|
||||
'path': torrent_path,
|
||||
'id': torrent.get('hash'),
|
||||
'hash': torrent.get('hash'),
|
||||
'tags': torrent.get('tags')
|
||||
})
|
||||
return trans_tasks
|
||||
|
Reference in New Issue
Block a user