mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-23 23:35:09 +00:00
Change ItemType into concerete property
This commit is contained in:
@@ -52,6 +52,6 @@ namespace SabreTools.Data.Models.Metadata
|
||||
|
||||
#endregion
|
||||
|
||||
public Serials() => Type = ItemType.Serials;
|
||||
public Serials() => ItemType = ItemType.Serials;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user