mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Fix for looping issue during backlog searches
This commit is contained in:
parent
7d6e73f026
commit
1d339b97f6
1 changed files with 4 additions and 0 deletions
|
@ -258,6 +258,10 @@ class GenericProvider:
|
|||
else:
|
||||
searchItems[epObj] = itemList
|
||||
|
||||
# if we have cached results return them.
|
||||
if len(results):
|
||||
return results
|
||||
|
||||
for ep_obj, items in searchItems.items():
|
||||
for item in items:
|
||||
|
||||
|
|
Loading…
Reference in a new issue