Fix proper searches with ABD and sports

This commit is contained in:
adam 2014-07-21 17:20:54 +08:00
parent f6d662ca6b
commit c63c5e43d6
1 changed files with 1 additions and 1 deletions

View File

@ -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)