Reverted episode cache changes

This commit is contained in:
echel0n 2014-06-11 07:14:29 -07:00
parent 4c5425f4d1
commit 013f9a2134

View file

@ -48,7 +48,6 @@ from indexers.indexer_exceptions import indexer_shownotfound, indexer_exception,
indexer_attributenotfound, indexer_seasonnotfound, indexer_userabort, indexerExcepts
from sickbeard.common import SD, SKIPPED, NAMING_REPEAT
from sickbeard.databases import mainDB, cache_db, failed_db
from sickbeard.tv import episodeCache
from lib.configobj import ConfigObj