Align with main branch

This commit is contained in:
Malte Rosenbjerg 2023-10-05 09:24:44 +02:00
parent 7f283e9113
commit ed30b14687

View file

@ -153,7 +153,7 @@ public class Chapter : ITagsContainer
public string EndTime { get; set; } = null!;
[JsonPropertyName("tags")]
public Dictionary<string, string> Tags { get; set; } = null!;
public Dictionary<string, string>? Tags { get; set; }
}
public interface IDispositionContainer