Added Discord notification #865

This commit is contained in:
Jamie.Rees 2017-06-07 16:28:17 +01:00
parent 4c797733ca
commit 43dbe854a6
18 changed files with 336 additions and 26 deletions

View file

@ -6,8 +6,13 @@ namespace Ombi.Helpers
{
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);
public static EventId Notification => new EventId(4000);
public static EventId DiscordNotification => new EventId(4001);
}
}