Added the Radarr cacher #865

This commit is contained in:
tidusjar 2017-06-02 23:17:51 +01:00
parent d5ec429893
commit 1133f02d07
18 changed files with 2695 additions and 47 deletions

View file

@ -6,5 +6,6 @@ namespace Ombi.Helpers
{
public static EventId ApiException => new EventId(1000);
public static EventId CacherException => new EventId(2000);
public static EventId RadarrCacherException => new EventId(2001);
}
}