mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add test for inter-session reading in multi-session discs to device reports.
This commit is contained in:
@@ -1338,6 +1338,11 @@ namespace DiscImageChef.CommonTypes.Metadata
|
||||
public bool? SupportsReadLongRetry { get; set; }
|
||||
public bool? SupportsSeek { get; set; }
|
||||
|
||||
public bool? CanReadingIntersessionLeadIn { get; set; }
|
||||
public bool? CanReadingIntersessionLeadOut { get; set; }
|
||||
public byte[] IntersessionLeadInData { get; set; }
|
||||
public byte[] IntersessionLeadOutData { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public long? BlocksSql
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user