diff --git a/OfflineList/Game.cs b/OfflineList/Game.cs index 26e3436..ad9cffc 100644 --- a/OfflineList/Game.cs +++ b/OfflineList/Game.cs @@ -46,7 +46,7 @@ namespace SabreTools.Models.OfflineList [XmlElement("comment")] public string? Comment { get; set; } - [XmlElement("duplicateID")] + [XmlElement("duplicateId")] public string? DuplicateID { get; set; } #region DO NOT USE IN PRODUCTION