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:
Qstick 2018-04-03 23:45:59 -04:00 committed by GitHub
parent fa63b962ea
commit 226f884233
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 345 additions and 51 deletions

View file

@ -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;