Skip to content

Commit

Permalink
Add new template to CD/GD as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadareski committed Jan 29, 2019
1 parent 7482690 commit 8729c7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DICUI.Library/Utilities/DumpEnvironment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,8 @@ private Dictionary<string, string> ExtractOutputInformation(IProgress<Result> pr
case MediaType.GDROM: // TODO: Verify GD-ROM outputs this
mappings[Template.MasteringRingField] = Template.RequiredIfExistsValue;
mappings[Template.MasteringSIDField] = Template.RequiredIfExistsValue;
mappings[Template.MouldSIDField] = Template.RequiredIfExistsValue;
mappings["Label-Side " + Template.MouldSIDField] = Template.RequiredIfExistsValue;
mappings["Data-Side " + Template.MouldSIDField] = Template.RequiredIfExistsValue;
mappings[Template.AdditionalMouldField] = Template.RequiredIfExistsValue;
mappings[Template.ToolstampField] = Template.RequiredIfExistsValue;
mappings[Template.PVDField] = GetPVD(combinedBase + "_mainInfo.txt") ?? "Disc has no PVD";
Expand Down

0 comments on commit 8729c7f

Please sign in to comment.