This commit is contained in:
glax
2023-05-18 18:55:11 +02:00
parent babf15072d
commit 88e5379e25
4 changed files with 25 additions and 20 deletions

View File

@ -6,7 +6,7 @@ public struct Publication
public string[,] altTitles { get; }
public string? description { get; }
public string[] tags { get; }
public string? posterUrl { get; } //maybe there is a better way?
public string? posterUrl { get; }
public string[,]? links { get; }
public int? year { get; }
public string? originalLanguage { get; }