1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00

Webhook clearnup/improvements

New: Remove episode file properties from episodes in Webhook payload
New: Add more information to Webhook payload
This commit is contained in:
Mark McDowall
2020-10-02 15:01:42 -07:00
parent 5fb8ac9685
commit 4dbeb17075
3 changed files with 14 additions and 20 deletions
@@ -23,10 +23,5 @@ namespace NzbDrone.Core.Notifications.Webhook
public string Title { get; set; }
public string AirDate { get; set; }
public DateTime? AirDateUtc { get; set; }
public string Quality { get; set; }
public int QualityVersion { get; set; }
public string ReleaseGroup { get; set; }
public string SceneName { get; set; }
}
}