1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-03-14 16:09:37 +00:00

Set PROWL application to Radarr (#770) (#807)

This commit is contained in:
Ryan Matthews 2017-02-19 12:55:01 -05:00 committed by Leonardo Galli
parent 68bf97f52c
commit 91295f50b0

View file

@ -26,7 +26,7 @@ namespace NzbDrone.Core.Notifications.Prowl
{
var notification = new Prowlin.Notification
{
Application = "Sonarr",
Application = "Radarr",
Description = message,
Event = title,
Priority = priority,