mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
New: Add Albums object to Grab and Import Webhook base
This commit is contained in:
parent
a2d7239304
commit
e3c1009a2e
6 changed files with 12 additions and 8 deletions
|
@ -38,7 +38,7 @@ namespace NzbDrone.Core.Notifications.CustomScript
|
|||
public override void OnGrab(GrabMessage message)
|
||||
{
|
||||
var artist = message.Artist;
|
||||
var remoteAlbum = message.Album;
|
||||
var remoteAlbum = message.RemoteAlbum;
|
||||
var releaseGroup = remoteAlbum.ParsedAlbumInfo.ReleaseGroup;
|
||||
var environmentVariables = new StringDictionary();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue