1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

New: Add release info to webhook/custom script import events

Closes #5503
This commit is contained in:
Mark McDowall
2023-04-02 13:26:49 -07:00
parent f59276881a
commit f4130d96e5
12 changed files with 119 additions and 42 deletions
@@ -35,6 +35,7 @@ namespace NzbDrone.Core.Parser.Model
public bool OtherVideoFiles { get; set; }
public List<CustomFormat> CustomFormats { get; set; }
public int CustomFormatScore { get; set; }
public GrabbedReleaseInfo Release { get; set; }
public int SeasonNumber
{