mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Typo in tvcache fixed
This commit is contained in:
parent
f2bbe76271
commit
f1e8a53856
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ class TVCache():
|
|||
except (MultipleShowObjectsException):
|
||||
showObj = None
|
||||
if showObj:
|
||||
self.indexer = showObj.inexer
|
||||
self.indexer = showObj.indexer
|
||||
indexer_lang = showObj.lang
|
||||
|
||||
# if we weren't provided with season/episode information then get it from the name that we parsed
|
||||
|
|
Loading…
Reference in a new issue