1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Fix for backlog searches

This commit is contained in:
echel0n 2014-04-27 04:32:22 -07:00
parent ceb3c6efbc
commit d8171acc97

View File

@ -257,7 +257,7 @@ class GenericProvider:
# if we got some results then use them no matter what.
# OR
# return anyway unless we're doing a manual search
if results or not manualSearch:
if results:
return results
abd = False