mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Change device report entry for Lead-in to first track pre-gap and add a new entry for proper Lead-in
This commit is contained in:
@@ -300,6 +300,7 @@ namespace DiscImageChef.CommonTypes.Metadata
|
|||||||
public bool? CanReadFullTOC { get; set; }
|
public bool? CanReadFullTOC { get; set; }
|
||||||
public bool? CanReadHDCMI { get; set; }
|
public bool? CanReadHDCMI { get; set; }
|
||||||
public bool? CanReadLayerCapacity { get; set; }
|
public bool? CanReadLayerCapacity { get; set; }
|
||||||
|
public bool? CanReadFirstTrackPreGap { get; set; }
|
||||||
public bool? CanReadLeadIn { get; set; }
|
public bool? CanReadLeadIn { get; set; }
|
||||||
public bool? CanReadLeadOut { get; set; }
|
public bool? CanReadLeadOut { get; set; }
|
||||||
public bool? CanReadMediaID { get; set; }
|
public bool? CanReadMediaID { get; set; }
|
||||||
|
|||||||
@@ -1154,7 +1154,7 @@ namespace DiscImageChef.Core.Devices.Report.SCSI
|
|||||||
"read results", buffer);
|
"read results", buffer);
|
||||||
if(sense) continue;
|
if(sense) continue;
|
||||||
|
|
||||||
mediaTest.CanReadLeadIn = true;
|
mediaTest.CanReadFirstTrackPreGap = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user