mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Fixing typo
This commit is contained in:
parent
a23c35f185
commit
fca48bfe64
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ class GenericProvider:
|
|||
searchStrings += self._get_episode_search_strings(epObj)
|
||||
|
||||
# remove duplicate search strings
|
||||
if len(searchString):
|
||||
if len(searchStrings):
|
||||
searchStrings = [i for n, i in enumerate(searchStrings) if i not in searchStrings[n + 1:]]
|
||||
|
||||
for curString in sorted(searchStrings):
|
||||
|
|
Loading…
Reference in a new issue