Removed ParseSeasonInfo.

ParseEpisodeInfo will mark a report as a full season if no episodes are found, but was matched.
Fixed tests that were affected by REGEX changes.
This commit is contained in:
Mark McDowall 2011-08-26 22:37:20 -07:00
commit 07a4c94032
4 changed files with 14 additions and 60 deletions

View file

@ -28,6 +28,8 @@ namespace NzbDrone.Core.Model
public String Indexer { get; set; }
public bool FullSeason { get; set; }
public override string ToString()
{
if (AirDate != null && EpisodeNumbers == null)