mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-10 19:35:08 -05:00
NextEpisode sets episodes that dont return a next air date to todays date to help improve load times for home page.
This commit is contained in:
parent
5237e70fb3
commit
23239e0a5d
@ -988,7 +988,7 @@ class TVShow(object):
|
||||
if sqlResults == None or len(sqlResults) == 0:
|
||||
logger.log(str(self.indexerid) + u": No episode found... need to implement a show status",
|
||||
logger.DEBUG)
|
||||
return None
|
||||
self.nextaired = curDate
|
||||
else:
|
||||
logger.log(str(self.indexerid) + u": Found episode " + str(sqlResults[0]["season"]) + "x" + str(
|
||||
sqlResults[0]["episode"]), logger.DEBUG)
|
||||
|
Loading…
Reference in New Issue
Block a user