From 68b40e087e04e9f708f3ea5165f51502ba6127ef Mon Sep 17 00:00:00 2001 From: glax Date: Fri, 19 May 2023 23:02:08 +0200 Subject: [PATCH] rage --- Tranga/Publication.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tranga/Publication.cs b/Tranga/Publication.cs index 368c6c8..e38bf30 100644 --- a/Tranga/Publication.cs +++ b/Tranga/Publication.cs @@ -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; }