Renamed AiredAfter to CustomStartDate

This commit is contained in:
Mark McDowall 2012-09-20 08:37:40 -07:00
commit a7a0a25029
21 changed files with 93 additions and 71 deletions

View file

@ -18,6 +18,6 @@ namespace NzbDrone.Core.Model
Skipped = 11,
Failure = 12,
ReleaseGroupNotWanted = 13,
EpisodeAiredBeforeCutoff = 14
AiredAfterCustomStartDate = 14
}
}