mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-11 22:08:02 -05:00
Fix proper searches with ABD and sports
This commit is contained in:
parent
f6d662ca6b
commit
c63c5e43d6
@ -131,7 +131,7 @@ class ProperFinder():
|
||||
# populate our Proper instance
|
||||
if parse_result.is_air_by_date or parse_result.is_sports:
|
||||
curProper.season = -1
|
||||
curProper.episode = parse_result.air_date or parse_result.is_sports_air_date
|
||||
curProper.episode = parse_result.air_date or parse_result.sports_air_date
|
||||
else:
|
||||
if parse_result.is_anime:
|
||||
logger.log(u"I am sorry '"+curProper.name+"' seams to be an anime proper seach is not yet suported", logger.DEBUG)
|
||||
|
Loading…
Reference in New Issue
Block a user