mirror of
https://github.com/moparisthebest/SickRage
synced 2025-03-04 10:29:52 -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
|
@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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user