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
1 changed files with 1 additions and 1 deletions

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