mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 01:55:45 +00:00
remove JsonIgnore from FFProbeAnalysis.ErrorData #589
This commit is contained in:
parent
b83e7a4fff
commit
07bfc46178
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ public class FFProbeAnalysis
|
|||
|
||||
[JsonPropertyName("chapters")] public List<Chapter> Chapters { get; set; } = null!;
|
||||
|
||||
[JsonIgnore] public IReadOnlyList<string> ErrorData { get; set; } = new List<string>();
|
||||
public IReadOnlyList<string> ErrorData { get; set; } = new List<string>();
|
||||
}
|
||||
|
||||
public class FFProbeStream : ITagsContainer, IDispositionContainer
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue