mirror of
https://github.com/SickGear/SickGear.git
synced 2025-03-15 09:07:43 +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:
|
else:
|
||||||
searchItems[epObj] = itemList
|
searchItems[epObj] = itemList
|
||||||
|
|
||||||
|
# if we have cached results return them.
|
||||||
|
if len(results):
|
||||||
|
return results
|
||||||
|
|
||||||
for ep_obj, items in searchItems.items():
|
for ep_obj, items in searchItems.items():
|
||||||
for item in items:
|
for item in items:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue