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