Remove nearly all explict fields

This commit is contained in:
Matt Nadareski
2024-03-09 21:34:26 -05:00
parent c755abf4c0
commit 24d4e352a4
79 changed files with 1723 additions and 3554 deletions

View File

@@ -50,9 +50,6 @@ namespace SabreTools.DatItems.Formats
[JsonProperty("nfosize", DefaultValueHandling = DefaultValueHandling.Ignore), XmlElement("nfosize")]
public long? NfoSize { get; set; }
[JsonIgnore]
public bool NfoSizeSpecified { get { return NfoSize != null; } }
/// <summary>
/// NFO CRC value
/// </summary>