mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +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:
|
||||
results[epNum] = [result]
|
||||
|
||||
return results
|
||||
# found the result we wanted
|
||||
break
|
||||
|
||||
return results
|
||||
|
||||
def findPropers(self, search_date=None):
|
||||
|
||||
|
|
Loading…
Reference in a new issue