Skip to content

Commit

Permalink
Fix air-by-date post-processing
Browse files Browse the repository at this point in the history
  • Loading branch information
midgetspy committed Dec 18, 2010
1 parent b6f4a85 commit f026af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickbeard/postProcessor.py
Expand Up @@ -316,7 +316,7 @@ def _analyze_name(self, name, file=True):
self._log("Parsed "+name+" into "+str(parse_result), logger.DEBUG)

if parse_result.air_by_date:
season = None
season = -1
episodes = [parse_result.air_date]
else:
season = parse_result.season_number
Expand Down

0 comments on commit f026af5

Please sign in to comment.