mirror of https://github.com/evilhero/mylar
FIX:(#1876) When adding file to uTorrent via snatch, Mylar would successfully add but return an error due to an invalid format
This commit is contained in:
parent
1c1d5550b5
commit
3e9d7a87a7
|
@ -1102,7 +1102,7 @@ def torsend2client(seriesname, issue, seriesyear, linkit, site, pubhash=None):
|
|||
return ti
|
||||
else:
|
||||
#if ti is value, it will return the hash
|
||||
torrent_info = []
|
||||
torrent_info = {}
|
||||
torrent_info['hash'] = ti
|
||||
torrent_info['clientmode'] = 'utorrent'
|
||||
torrent_info['link'] = linkit
|
||||
|
|
Loading…
Reference in New Issue