mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-01-18 12:36:44 +00:00
Align with main branch
This commit is contained in:
parent
7f283e9113
commit
ed30b14687
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ public class Chapter : ITagsContainer
|
||||||
public string EndTime { get; set; } = null!;
|
public string EndTime { get; set; } = null!;
|
||||||
|
|
||||||
[JsonPropertyName("tags")]
|
[JsonPropertyName("tags")]
|
||||||
public Dictionary<string, string> Tags { get; set; } = null!;
|
public Dictionary<string, string>? Tags { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public interface IDispositionContainer
|
public interface IDispositionContainer
|
||||||
|
|
Loading…
Reference in a new issue