Update src/NzbDrone.Core/Notifications/Telegram/Telegram.cs

Co-authored-by: Mark McDowall <markus.mcd5@gmail.com>
pull/6613/head
Ivar Stangeby 3 months ago committed by GitHub
parent c81b8ecde7
commit 6c5650a7ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -35,6 +35,7 @@ namespace NzbDrone.Core.Notifications.Telegram
public override void OnSeriesAdd(SeriesAddMessage message)
{
var text = FormatMessageWithLink(message.Message, message.Series);
_proxy.SendNotification(SERIES_ADDED_TITLE, text, Settings);
}

Loading…
Cancel
Save