mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Detect when DVD book type is different from drive's firmware profile.
This commit is contained in:
@@ -382,7 +382,7 @@ namespace Aaru.Gui.ViewModels.Panels
|
||||
if(imageFormat.Info.ReadableMediaTags?.Contains(MediaTagType.DVD_PFI) == true)
|
||||
{
|
||||
dvdPfi = imageFormat.ReadDiskTag(MediaTagType.DVD_PFI);
|
||||
decodedPfi = PFI.Decode(dvdPfi);
|
||||
decodedPfi = PFI.Decode(dvdPfi, imageFormat.Info.MediaType);
|
||||
}
|
||||
|
||||
if(imageFormat.Info.ReadableMediaTags?.Contains(MediaTagType.DVD_DMI) == true)
|
||||
|
||||
Reference in New Issue
Block a user