Added the lidarr sync !wip

This commit is contained in:
Jamie 2018-08-24 21:25:46 +01:00
commit 207c60b7f8
23 changed files with 1551 additions and 10 deletions

View file

@ -20,6 +20,7 @@ namespace Ombi.Helpers
public static EventId CouchPotatoCacher => new EventId(2007);
public static EventId PlexContentCacher => new EventId(2008);
public static EventId SickRageCacher => new EventId(2009);
public static EventId LidarrArtistCache => new EventId(2010);
public static EventId MovieSender => new EventId(3000);