mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Disabled purging of feed-cache items for providers.
This commit is contained in:
parent
424674464f
commit
cc07bdb12f
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue