mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Fixed: Growl download notification title
This commit is contained in:
parent
15e07f72d4
commit
fbd2f8dea4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue