Skip to content

Commit

Permalink
Fixed a problem with the half-implemented air-by-date code
Browse files Browse the repository at this point in the history
  • Loading branch information
midgetspy committed Jun 4, 2010
1 parent 4d1c9e6 commit 8e8b0d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sickbeard/tvcache.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ def findNeededEpisodes(self, episode = None):

# get season and ep data (ignoring multi-eps for now)
curSeason = int(curResult["season"])
if curSeason == -1:
continue
curEp = int(curResult["episodes"].split("|")[1])
curQuality = int(curResult["quality"])

Expand Down

0 comments on commit 8e8b0d9

Please sign in to comment.