Replace usages of Name field (nw)

This commit is contained in:
Matt Nadareski
2024-03-08 20:42:24 -05:00
parent 71dcc04558
commit 2dbe257023
59 changed files with 268 additions and 564 deletions

View File

@@ -103,7 +103,6 @@ namespace SabreTools.DatFiles.Formats
var rom = new Rom()
{
Name = name,
ArchiveDotOrgSource = file.Source,
//BitTorrentMagnetHash = file.BitTorrentMagnetHash, // TODO: Add to internal model
Date = file.LastModifiedTime?.ToString(),
@@ -176,6 +175,7 @@ namespace SabreTools.DatFiles.Formats
Name = filename,
},
};
rom.SetName(name);
// Now process and add the rom
rom.CopyMachineInformation(machine);