mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Move writing to new class
This commit is contained in:
@@ -56,7 +56,7 @@ namespace RombaSharp.Features
|
||||
datfile.Header.Description = description;
|
||||
dt.PopulateFromDir(datfile, source, asFiles: TreatAsFile.NonArchive);
|
||||
datfile.ApplyCleaning(new Cleaner() { ExcludeFields = Hash.DeepHashes.AsFields() });
|
||||
datfile.Write(outdat);
|
||||
dt.Write(datfile, outdat);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user