mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 01:02:57 -07:00
Looks like Sonarr is finished and works. A lot simplier this time around. #865
This commit is contained in:
parent
c0d019f7d4
commit
77f9e90c0e
4 changed files with 77 additions and 23 deletions
|
@ -14,5 +14,9 @@ namespace Ombi.Helpers
|
|||
|
||||
public static EventId Notification => new EventId(4000);
|
||||
public static EventId DiscordNotification => new EventId(4001);
|
||||
|
||||
public static EventId TvSender => new EventId(5000);
|
||||
public static EventId SonarrSender => new EventId(5001);
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue