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:
evilhero 2018-03-02 02:08:49 -05:00
parent 1c1d5550b5
commit 3e9d7a87a7
1 changed files with 1 additions and 1 deletions

View File

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