#1464 added the Plex episode cacher

#865
This commit is contained in:
Jamie.Rees 2017-08-23 16:00:13 +01:00
parent bf043fc76e
commit 0e6462bbd5
31 changed files with 410 additions and 33 deletions

View file

@ -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);