Fix for issue of downloading multiples of the same episode

This commit is contained in:
echel0n 2014-05-03 16:26:12 -07:00
parent 88f7ef2c93
commit 7ca19b88d6

View file

@ -333,7 +333,10 @@ class GenericProvider:
else:
results[epNum] = [result]
return results
# found the result we wanted
break
return results
def findPropers(self, search_date=None):