mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Make CategoryName nullable
This commit is contained in:
parent
035b8e7aa7
commit
e24200b873
@ -17,7 +17,7 @@ public class ModFile
|
||||
|
||||
[JsonPropertyName("category_id")] public int CategoryId { get; set; }
|
||||
|
||||
[JsonPropertyName("category_name")] public string CategoryName { get; set; } = "";
|
||||
[JsonPropertyName("category_name")] public string? CategoryName { get; set; } = "";
|
||||
|
||||
[JsonPropertyName("is_primary")] public bool IsPrimary { get; set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user