Added EpisodeAiredAfter to server side

This commit is contained in:
Mark McDowall 2012-09-18 18:30:30 -07:00
commit 713c4225c0
8 changed files with 217 additions and 2 deletions

View file

@ -17,6 +17,7 @@ namespace NzbDrone.Core.Model
DownloadClientFailure = 10,
Skipped = 11,
Failure = 12,
ReleaseGroupNotWanted = 13
ReleaseGroupNotWanted = 13,
EpisodeAiredBeforeCutoff = 14
}
}