1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-12 19:12:26 -05:00

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