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:
@@ -125,7 +125,7 @@ namespace SabreTools.DatFiles.Formats
|
||||
{
|
||||
var file = new Models.ArchiveDotOrg.File
|
||||
{
|
||||
Name = item.Name,
|
||||
Name = item.GetName(),
|
||||
Source = item.ArchiveDotOrgSource,
|
||||
//BitTorrentMagnetHash = item.BitTorrentMagnetHash, // TODO: Add to internal model
|
||||
Size = item.Size?.ToString(),
|
||||
|
||||
Reference in New Issue
Block a user