Looks like Sonarr is finished and works. A lot simplier this time around. #865

This commit is contained in:
tidusjar 2017-07-01 22:57:07 +01:00
parent c0d019f7d4
commit 77f9e90c0e
4 changed files with 77 additions and 23 deletions

View file

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