mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
More library defaults
This commit is contained in:
@@ -189,9 +189,12 @@ have a current entry in the DAT index.";
|
||||
}
|
||||
|
||||
// Create the sorting object to use and rebuild the needed files
|
||||
need.RebuildGeneric(onlyDirs, _depots.Keys.ToList()[0], false /*quickScan*/, false /*date*/,
|
||||
false /*delete*/, false /*inverse*/, OutputFormat.TorrentGzipRomba, false /*updateDat*/,
|
||||
TreatAsFiles.CHDs);
|
||||
need.RebuildGeneric(
|
||||
onlyDirs,
|
||||
outDir: _depots.Keys.ToList()[0],
|
||||
outputFormat: OutputFormat.TorrentGzipRomba,
|
||||
updateDat: false,
|
||||
asFiles: TreatAsFiles.CHDs);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user