If downloaders are disabled, keep searching for all qualities. closes #135

This commit is contained in:
Ruud
2012-04-25 22:50:05 +02:00
parent b936576d6d
commit 263a972b88
+5 -1
View File
@@ -123,7 +123,11 @@ class Searcher(Plugin):
for nzb in sorted_results:
return self.download(data = nzb, movie = movie)
downloaded = self.download(data = nzb, movie = movie)
if downloaded:
return True
else:
break
else:
log.info('Better quality (%s) already available or snatched for %s' % (quality_type['quality']['label'], default_title))
fireEvent('movie.restatus', movie['id'])