Private GIT

Skip to content
Snippets Groups Projects
Commit f78ff1a2 authored by Dustyn Gibson's avatar Dustyn Gibson
Browse files

Merge branch 'hotfix-typo-multiresult'

parents 5770d33e 356f857a
No related branches found
No related tags found
No related merge requests found
......@@ -593,8 +593,9 @@ def searchProviders(show, episodes, manualSearch=False, downCurQuality=False):
if MULTI_EP_RESULT in foundResults[curProvider.name]:
for _multiResult in foundResults[curProvider.name][MULTI_EP_RESULT]:
logger.log(u"Seeing if we want to bother with multi-episode result " + multiResult.name, logger.DEBUG)
logger.log(u"Seeing if we want to bother with multi-episode result " + _multiResult.name, logger.DEBUG)
# Filter result by ignore/required/whitelist/blacklist/quality, etc
multiResult = pickBestResult(_multiResult, show)
if not multiResult:
continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment