mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add note and rename method for clarity
This commit is contained in:
@@ -1174,7 +1174,7 @@ namespace SabreTools.DatFiles
|
||||
BucketBy(GetBestAvailable(), DedupeType.None);
|
||||
|
||||
// Now that we have the sorted type, we get the proper key
|
||||
return datItem.GetKey(_bucketedBy, null);
|
||||
return datItem.GetKeyDB(_bucketedBy, null);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -1191,7 +1191,7 @@ namespace SabreTools.DatFiles
|
||||
|
||||
// Now that we have the sorted type, we get the proper key
|
||||
var source = GetSourceForItem(datItem.Key);
|
||||
return datItem.Value.GetKey(_bucketedBy, source.Value);
|
||||
return datItem.Value.GetKeyDB(_bucketedBy, source.Value);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user