mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
New: Grouped Album Import Notification (#265)
* New: Grouped Album Import Notification * fixup: Add Emby and Kodi Notify for Album Download
This commit is contained in:
@@ -41,7 +41,7 @@ namespace NzbDrone.Core.Notifications.Webhook
|
||||
_proxy.SendWebhook(payload, Settings);
|
||||
}
|
||||
|
||||
public override void OnDownload(DownloadMessage message)
|
||||
public override void OnDownload(TrackDownloadMessage message)
|
||||
{
|
||||
var trackFile = message.TrackFile;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user