mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
So many fields and TODOs...
This commit is contained in:
@@ -143,7 +143,7 @@ namespace SabreTools.Features
|
||||
|
||||
// If no update fields are set, default to Names
|
||||
if (updateFields == null || updateFields.Count == 0)
|
||||
updateFields = new List<Field>() { Field.Name };
|
||||
updateFields = new List<Field>() { Field.DatItem_Name };
|
||||
|
||||
// Ensure we only have files in the inputs
|
||||
List<ParentablePath> inputFileNames = DirectoryExtensions.GetFilesOnly(Inputs, appendparent: true);
|
||||
|
||||
Reference in New Issue
Block a user