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:
commit
20ef28f392
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user