mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Replace usages of Name field (nw)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user