mirror of
https://github.com/moparisthebest/SickRage
synced 2025-03-03 01:52:02 -05:00
Fixing typo
This commit is contained in:
parent
a23c35f185
commit
fca48bfe64
@ -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…
x
Reference in New Issue
Block a user