Disabled purging of feed-cache items for providers.

This commit is contained in:
echel0n 2014-07-11 04:43:28 -07:00
parent 424674464f
commit cc07bdb12f
1 changed files with 0 additions and 3 deletions

View File

@ -97,9 +97,6 @@ class TVCache():
myDB = self._getDB()
myDB.action("DELETE FROM [" + self.providerID + "] WHERE time < ?", [int(time.mktime(curDate.timetuple()))])
# clear RSS Feed cache
RSSFeeds(self.providerID).clearCache()
def _getRSSData(self):
data = None