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
1 changed files with 1 additions and 1 deletions

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,