mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 02:52:20 -05:00
Typo in tvcache fixed
This commit is contained in:
parent
f2bbe76271
commit
f1e8a53856
@ -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 New Issue
Block a user