Browse Source

Possible fix for failed to send torrent errors

tags/release_0.1.0
echel0n 11 years ago
parent
commit
88d68cfe11
  1. 1
      sickbeard/search.py

1
sickbeard/search.py

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

Loading…
Cancel
Save