mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
New: Add missing properties to Connection Webhook (#6333)
This commit is contained in:
committed by
GitHub
parent
f4718243ed
commit
e67d3d3666
@@ -17,6 +17,7 @@ namespace NzbDrone.Core.Notifications.Webhook
|
||||
QualityVersion = movieFile.Quality.Revision.Version;
|
||||
ReleaseGroup = movieFile.ReleaseGroup;
|
||||
SceneName = movieFile.SceneName;
|
||||
IndexerFlags = movieFile.IndexerFlags.ToString();
|
||||
Size = movieFile.Size;
|
||||
}
|
||||
|
||||
@@ -27,6 +28,7 @@ namespace NzbDrone.Core.Notifications.Webhook
|
||||
public int QualityVersion { get; set; }
|
||||
public string ReleaseGroup { get; set; }
|
||||
public string SceneName { get; set; }
|
||||
public string IndexerFlags { get; set; }
|
||||
public long Size { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user