mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
parent
bf043fc76e
commit
0e6462bbd5
31 changed files with 410 additions and 33 deletions
|
@ -6,11 +6,12 @@ namespace Ombi.Helpers
|
|||
{
|
||||
public static EventId Authentication => new EventId(500);
|
||||
|
||||
public static EventId ApiException => new EventId(1000);
|
||||
public static EventId RadarrApiException => new EventId(1001);
|
||||
public static EventId Api => new EventId(1000);
|
||||
public static EventId RadarrApi => new EventId(1001);
|
||||
|
||||
public static EventId CacherException => new EventId(2000);
|
||||
public static EventId RadarrCacherException => new EventId(2001);
|
||||
public static EventId Cacher => new EventId(2000);
|
||||
public static EventId RadarrCacher => new EventId(2001);
|
||||
public static EventId PlexEpisodeCacher => new EventId(2001);
|
||||
|
||||
public static EventId MovieSender => new EventId(3000);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue