Fixed: Growl download notification title

pull/4/head
Keivan Beigi 7 years ago
parent 15e07f72d4
commit fbd2f8dea4
No known key found for this signature in database
GPG Key ID: C536675AC49003C0

@ -26,7 +26,7 @@ namespace NzbDrone.Core.Notifications.Growl
public override void OnDownload(DownloadMessage message)
{
_growlService.SendNotification(EPISODE_GRABBED_TITLE, message.Message, "DOWNLOAD", Settings.Host, Settings.Port, Settings.Password);
_growlService.SendNotification(EPISODE_DOWNLOADED_TITLE, message.Message, "DOWNLOAD", Settings.Host, Settings.Port, Settings.Password);
}

Loading…
Cancel
Save