This commit is contained in:
glax 2023-05-19 23:02:08 +02:00
parent 1674d70995
commit 68b40e087e

View File

@ -51,7 +51,7 @@ public struct Publication
public SeriesInfo(Metadata metadata) => this.metadata = metadata;
}
//Only for series.json
//Only for series.json what an abomination, why are all the fields not-null????
private struct Metadata
{
[JsonRequired] public string type { get; }