Detect when DVD book type is different from drive's firmware profile.

This commit is contained in:
2021-06-23 14:48:22 +01:00
parent f11080610d
commit a77fb96a00
11 changed files with 51 additions and 48 deletions

View File

@@ -1145,7 +1145,7 @@ namespace Aaru.Core.Media.Detection
if(!sense)
{
PFI.PhysicalFormatInformation? pfi = PFI.Decode(cmdBuf);
PFI.PhysicalFormatInformation? pfi = PFI.Decode(cmdBuf, mediaType);
if(pfi != null)
{