diff --git a/FFMpegCore/FFProbe/FFProbeAnalysis.cs b/FFMpegCore/FFProbe/FFProbeAnalysis.cs index 7176ce1..6bea6e7 100644 --- a/FFMpegCore/FFProbe/FFProbeAnalysis.cs +++ b/FFMpegCore/FFProbe/FFProbeAnalysis.cs @@ -11,7 +11,7 @@ public class FFProbeAnalysis [JsonPropertyName("chapters")] public List Chapters { get; set; } = null!; - [JsonIgnore] public IReadOnlyList ErrorData { get; set; } = new List(); + public IReadOnlyList ErrorData { get; set; } = new List(); } public class FFProbeStream : ITagsContainer, IDispositionContainer