Possible fix for failed to send torrent errors

This commit is contained in:
echel0n 2014-08-17 21:40:18 -07:00
parent 54afca0472
commit 88d68cfe11

View file

@ -130,6 +130,7 @@ def snatchEpisode(result, endStatus=SNATCHED):
dlResult = _downloadResult(result)
else:
# Snatches torrent with client
result.content = result.provider.getURL(result.url) if not result.url.startswith('magnet') else None
client = clients.getClientIstance(sickbeard.TORRENT_METHOD)()
dlResult = client.sendTORRENT(result)
else: