mirror of
https://github.com/Radarr/Radarr
synced 2025-12-28 19:24:53 +01:00
New: (Notifiarr) Custom Formats in OnGrab
This commit is contained in:
parent
8b3019821a
commit
ced6586860
1 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,8 @@ public override void OnGrab(GrabMessage message)
|
|||
variables.Add("Radarr_Download_Client", message.DownloadClientName ?? string.Empty);
|
||||
variables.Add("Radarr_Download_Client_Type", message.DownloadClientType ?? string.Empty);
|
||||
variables.Add("Radarr_Download_Id", message.DownloadId ?? string.Empty);
|
||||
variables.Add("Radarr_Release_CustomFormat", string.Join("|", remoteMovie.CustomFormats));
|
||||
variables.Add("Radarr_Release_CustomFormatScore", remoteMovie.CustomFormatScore.ToString());
|
||||
|
||||
_proxy.SendNotification(variables, Settings);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue