mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-26 22:56:23 -04:00
New: Send additional information with Webhook and Custom Scripts
Closes #5059
This commit is contained in:
@@ -6,6 +6,7 @@ namespace NzbDrone.Core.Notifications.Webhook
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string TitleSlug { get; set; }
|
||||
public string Path { get; set; }
|
||||
public int TvdbId { get; set; }
|
||||
public int TvMazeId { get; set; }
|
||||
@@ -20,6 +21,7 @@ namespace NzbDrone.Core.Notifications.Webhook
|
||||
{
|
||||
Id = series.Id;
|
||||
Title = series.Title;
|
||||
TitleSlug = series.TitleSlug;
|
||||
Path = series.Path;
|
||||
TvdbId = series.TvdbId;
|
||||
TvMazeId = series.TvMazeId;
|
||||
|
||||
Reference in New Issue
Block a user