mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Convert AttractMode
This commit is contained in:
@@ -16,7 +16,7 @@ namespace SabreTools.DatFiles.Formats
|
||||
var files = new Serialization.Files.ArchiveDotOrg().Deserialize(filename);
|
||||
var metadata = new Serialization.CrossModel.ArchiveDotOrg().Serialize(files);
|
||||
|
||||
// Convert the files data to the internal format
|
||||
// Convert to the internal format
|
||||
ConvertMetadata(metadata, filename, indexId, statsOnly);
|
||||
}
|
||||
catch (Exception ex) when (!throwOnError)
|
||||
|
||||
Reference in New Issue
Block a user