#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:
Jamie.Rees 2017-08-03 15:04:51 +01:00
parent da5a4b0641
commit a14c172618
3 changed files with 29 additions and 6 deletions

View file

@ -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);