refactor: remove title description field
This commit is contained in:
@@ -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":
|
||||
|
Reference in New Issue
Block a user