mirror of
https://github.com/Readarr/Readarr.git
synced 2026-02-01 01:31:50 -05:00
Fixed: Growl download notification title
This commit is contained in:
@@ -26,7 +26,7 @@ public override void OnGrab(GrabMessage grabMessage)
|
||||
|
||||
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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user