mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Added EpisodeAiredAfter to server side
This commit is contained in:
parent
d17d1b294a
commit
713c4225c0
8 changed files with 217 additions and 2 deletions
|
@ -17,6 +17,7 @@ namespace NzbDrone.Core.Model
|
|||
DownloadClientFailure = 10,
|
||||
Skipped = 11,
|
||||
Failure = 12,
|
||||
ReleaseGroupNotWanted = 13
|
||||
ReleaseGroupNotWanted = 13,
|
||||
EpisodeAiredBeforeCutoff = 14
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue