Rename XmlMediaType to MetadataMediaType for clarity and consistency

This commit is contained in:
2025-10-09 02:26:09 +01:00
parent 5be6727ec2
commit 5e346e6fd5
9 changed files with 45 additions and 46 deletions

View File

@@ -1530,7 +1530,7 @@ static void write_sector_subchannel(const aaruformatContext *ctx)
subchannel_block.cmpLength = subchannel_block.length;
if(ctx->imageInfo.XmlMediaType == OpticalDisc)
if(ctx->imageInfo.MetadataMediaType == OpticalDisc)
{
subchannel_block.type = CdSectorSubchannel;
subchannel_block.length =
@@ -1579,7 +1579,7 @@ static void write_sector_subchannel(const aaruformatContext *ctx)
}
}
}
else if(ctx->imageInfo.XmlMediaType == BlockMedia)
else if(ctx->imageInfo.MetadataMediaType == BlockMedia)
{
switch(ctx->imageInfo.MediaType)
{