mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add support for storing CICM XML inside DiscImageChef format.
This commit is contained in:
@@ -645,7 +645,7 @@ namespace DiscImageChef.Commands
|
||||
}
|
||||
|
||||
ret = false;
|
||||
if(resume != null || dumpHardware != null)
|
||||
if(sidecar != null || cicmMetadata != null)
|
||||
{
|
||||
if(sidecar != null) ret = outputFormat.SetCicmMetadata(sidecar);
|
||||
else if(cicmMetadata != null)
|
||||
|
||||
Reference in New Issue
Block a user