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:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user