mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 01:02:57 -07:00
Added the Movie Sender, Movies will be sent to Radarr now #865
This commit is contained in:
parent
2c4ef05af1
commit
4c797733ca
13 changed files with 223 additions and 59 deletions
|
@ -5,7 +5,9 @@ namespace Ombi.Helpers
|
|||
public class LoggingEvents
|
||||
{
|
||||
public static EventId ApiException => new EventId(1000);
|
||||
public static EventId RadarrApiException => new EventId(1001);
|
||||
public static EventId CacherException => new EventId(2000);
|
||||
public static EventId RadarrCacherException => new EventId(2001);
|
||||
public static EventId MovieSender => new EventId(3000);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue