1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Fix ABD shows manual and backlog searches

This commit is contained in:
Adam 2014-08-25 14:54:22 +08:00
parent 905b41c46a
commit 6b8a22898b

View File

@ -570,7 +570,7 @@ class ParseResult(object):
@property @property
def is_air_by_date(self): def is_air_by_date(self):
if self.season_number == None and len(self.episode_numbers) == 0 and self.air_date: if self.air_date:
return True return True
return False return False