mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
More typo fixes :S
This commit is contained in:
parent
96ff54c255
commit
b7aa62c553
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ class GenericProvider:
|
|||
itemList += self._doSearch(curString)
|
||||
|
||||
# remove duplicate items
|
||||
if len(itemLisT):
|
||||
if len(itemList):
|
||||
itemList = list(set(itemList))
|
||||
|
||||
for item in itemList:
|
||||
|
|
Loading…
Reference in a new issue