mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Reduce unncessary use of this.
This commit is contained in:
@@ -56,7 +56,7 @@ namespace SabreTools.DatItems.Formats
|
||||
{
|
||||
return new BaseFile()
|
||||
{
|
||||
Filename = this.GetName(),
|
||||
Filename = GetName(),
|
||||
Parent = GetFieldValue<Machine>(DatItem.MachineKey)!.GetStringFieldValue(Models.Metadata.Machine.NameKey),
|
||||
MD5 = GetStringFieldValue(Models.Metadata.Media.MD5Key).FromHexString(),
|
||||
SHA1 = GetStringFieldValue(Models.Metadata.Media.SHA1Key).FromHexString(),
|
||||
|
||||
Reference in New Issue
Block a user