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

@ -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