mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix sessions in CloneCD images.
This commit is contained in:
@@ -741,8 +741,10 @@ namespace Aaru.DiscImages
|
||||
|
||||
currentSession = new Session
|
||||
{
|
||||
EndTrack = uint.MinValue,
|
||||
StartTrack = uint.MaxValue,
|
||||
EndTrack = track.TrackSequence,
|
||||
StartTrack = track.TrackSequence,
|
||||
StartSector = track.TrackStartSector,
|
||||
EndSector = track.TrackEndSector,
|
||||
SessionSequence = track.TrackSession
|
||||
};
|
||||
}
|
||||
@@ -763,6 +765,8 @@ namespace Aaru.DiscImages
|
||||
_offsetMap.Add(track.TrackSequence, track.TrackStartSector);
|
||||
}
|
||||
|
||||
Sessions.Add(currentSession);
|
||||
|
||||
bool data = false;
|
||||
bool mode2 = false;
|
||||
bool firstAudio = false;
|
||||
|
||||
Reference in New Issue
Block a user