mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 17:22:54 -07:00
#1459 Forgot to get the Pushbullet agent to look up the pusbullet templates rather than the Discord ones.
Updated the Gitchange log
This commit is contained in:
parent
da5a4b0641
commit
a14c172618
3 changed files with 29 additions and 6 deletions
|
@ -16,6 +16,7 @@ namespace Ombi.Helpers
|
|||
|
||||
public static EventId Notification => new EventId(4000);
|
||||
public static EventId DiscordNotification => new EventId(4001);
|
||||
public static EventId PushbulletNotification => new EventId(4002);
|
||||
|
||||
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