From f1e8a538565d3d779cf082a98364db074839ef39 Mon Sep 17 00:00:00 2001 From: echel0n Date: Tue, 11 Mar 2014 22:30:49 -0700 Subject: [PATCH] Typo in tvcache fixed --- sickbeard/tvcache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sickbeard/tvcache.py b/sickbeard/tvcache.py index 41cc6c08..15471aab 100644 --- a/sickbeard/tvcache.py +++ b/sickbeard/tvcache.py @@ -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