mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 01:02:57 -07:00
A lot of clean up and added a new Image api #865
This commit is contained in:
parent
69d75976c5
commit
1eb18b3187
32 changed files with 454 additions and 61 deletions
|
@ -4,6 +4,8 @@ namespace Ombi.Helpers
|
|||
{
|
||||
public class LoggingEvents
|
||||
{
|
||||
public static EventId Authentication => new EventId(500);
|
||||
|
||||
public static EventId ApiException => new EventId(1000);
|
||||
public static EventId RadarrApiException => new EventId(1001);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue