mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
When dumping DVD or Blu-ray, the last sector of all the tracks should be considered the last block, even if the drive tells us differently. Fixes #414
This commit is contained in:
@@ -460,6 +460,9 @@ namespace Aaru.Core.Devices.Dumping
|
||||
TrackSubchannelType = TrackSubchannelType.None
|
||||
};
|
||||
|
||||
if(track.TrackEndSector >= blocks)
|
||||
blocks = track.TrackEndSector + 1;
|
||||
|
||||
tracks.Add(track);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user