1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-12 11:02:21 -05:00

Merge pull request #749 from adam111316/abd_fixes

Fix ABD shows manual and backlog searches
This commit is contained in:
echel0n 2014-08-25 00:33:31 -07:00
commit 20ef28f392

View File

@ -570,7 +570,7 @@ class ParseResult(object):
@property
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 False