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:
@@ -709,6 +709,10 @@ namespace DiscImageChef.Database.Migrations
|
||||
|
||||
b.Property<bool?>("CanReadTOC");
|
||||
|
||||
b.Property<bool?>("CanReadingIntersessionLeadIn");
|
||||
|
||||
b.Property<bool?>("CanReadingIntersessionLeadOut");
|
||||
|
||||
b.Property<byte[]>("CmiData");
|
||||
|
||||
b.Property<byte[]>("CorrectedSubchannelData");
|
||||
@@ -743,6 +747,10 @@ namespace DiscImageChef.Database.Migrations
|
||||
|
||||
b.Property<byte[]>("IdentifyData");
|
||||
|
||||
b.Property<byte[]>("IntersessionLeadInData");
|
||||
|
||||
b.Property<byte[]>("IntersessionLeadOutData");
|
||||
|
||||
b.Property<ulong?>("LBA48Sectors");
|
||||
|
||||
b.Property<long?>("LBA48SectorsSql");
|
||||
|
||||
Reference in New Issue
Block a user