refactor: remove title description field

This commit is contained in:
Michael Green
2023-02-21 22:17:06 +11:00
parent fef758c32c
commit f84d5e8ec7
2 changed files with 73 additions and 58 deletions

View File

@@ -343,7 +343,7 @@ namespace gaseous_identifier.classes
switch (xmlGameDetail.Name.ToLower())
{
case "description":
gameObject.Description = xmlGameDetail.InnerText;
//gameObject.Description = xmlGameDetail.InnerText;
break;
case "rom":