Add support for storing CICM XML inside DiscImageChef format.

This commit is contained in:
2018-01-28 22:41:12 +00:00
parent 2462026fbd
commit f9489aa3cc
3 changed files with 123 additions and 4 deletions

View File

@@ -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)