Emby user importer is now therer! #1456

This commit is contained in:
tidusjar 2017-09-28 21:24:31 +01:00
parent 28abc214b7
commit 143c619db0
15 changed files with 248 additions and 41 deletions

View file

@ -14,6 +14,7 @@ namespace Ombi.Helpers
public static EventId PlexEpisodeCacher => new EventId(2001);
public static EventId EmbyContentCacher => new EventId(2002);
public static EventId PlexUserImporter => new EventId(2003);
public static EventId EmbyUserImporter => new EventId(2004);
public static EventId MovieSender => new EventId(3000);