Added the Emby Cacher, we now cache the Emby data!

This commit is contained in:
tidusjar 2017-09-02 00:18:54 +01:00
parent 6d276a3c3d
commit 012a82ca2d
19 changed files with 441 additions and 20 deletions

View file

@ -12,6 +12,7 @@ namespace Ombi.Helpers
public static EventId Cacher => new EventId(2000);
public static EventId RadarrCacher => new EventId(2001);
public static EventId PlexEpisodeCacher => new EventId(2001);
public static EventId EmbyContentCacher => new EventId(2002);
public static EventId MovieSender => new EventId(3000);