mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-08 02:53:38 +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):
|
except (MultipleShowObjectsException):
|
||||||
showObj = None
|
showObj = None
|
||||||
if showObj:
|
if showObj:
|
||||||
self.indexer = showObj.inexer
|
self.indexer = showObj.indexer
|
||||||
indexer_lang = showObj.lang
|
indexer_lang = showObj.lang
|
||||||
|
|
||||||
# if we weren't provided with season/episode information then get it from the name that we parsed
|
# if we weren't provided with season/episode information then get it from the name that we parsed
|
||||||
|
|
Loading…
Reference in a new issue