mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 17:22:54 -07:00
Emby user importer is now therer! #1456
This commit is contained in:
parent
28abc214b7
commit
143c619db0
15 changed files with 248 additions and 41 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue