mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07: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:
parent
fa63b962ea
commit
226f884233
38 changed files with 345 additions and 51 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue