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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user