mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added hint for XML metadata creator to know which kind of
media the image represents.
This commit is contained in:
@@ -580,6 +580,9 @@ namespace DiscImageChef.ImagePlugins
|
||||
ImageInfo.diskType = DecodeTeleDiskDiskType();
|
||||
|
||||
stream.Close();
|
||||
|
||||
ImageInfo.xmlMediaType = XmlMediaType.BlockMedia;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user