mirror of
https://github.com/SickGear/SickGear.git
synced 2025-03-15 09:07:43 +00:00
Fix for issue of downloading multiples of the same episode
This commit is contained in:
parent
88f7ef2c93
commit
7ca19b88d6
1 changed files with 4 additions and 1 deletions
|
@ -333,7 +333,10 @@ class GenericProvider:
|
||||||
else:
|
else:
|
||||||
results[epNum] = [result]
|
results[epNum] = [result]
|
||||||
|
|
||||||
return results
|
# found the result we wanted
|
||||||
|
break
|
||||||
|
|
||||||
|
return results
|
||||||
|
|
||||||
def findPropers(self, search_date=None):
|
def findPropers(self, search_date=None):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue