Private GIT

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

Don't search eponly in sponly mode, just gives errors about it not being a valid season pack

parent 558068cd
No related branches found
No related tags found
No related merge requests found
......@@ -365,7 +365,7 @@ class GenericProvider:
# get season search results
for curString in self._get_season_search_strings(epObj):
itemList += self._doSearch(curString, search_mode, len(episodes), epObj=epObj)
else:
elif search_mode == 'eponly':
# get single episode search results
for curString in self._get_episode_search_strings(epObj):
itemList += self._doSearch(curString, 'eponly', len(episodes), epObj=epObj)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment