Add Listxml required fields checks

This commit is contained in:
Matt Nadareski
2023-08-01 12:03:12 -04:00
parent dbef70b845
commit 35326db8a2
5 changed files with 138 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ namespace SabreTools.Models.Listxml
/// <remarks>Only present in older versions</remarks>
[XmlAttribute("soundonly")]
public string SoundOnly { get; set; }
public string? SoundOnly { get; set; }
[XmlAttribute("clock")]
public string? Clock { get; set; }