mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Merge pull request #609 from aaru-dps/fakeshemp/bug/redump_multisession
Add error message when trying to convert vanilla multi-session redump…
This commit is contained in:
@@ -838,6 +838,12 @@ namespace Aaru.DiscImages
|
||||
}
|
||||
}
|
||||
|
||||
if(currentSession > 1 &&
|
||||
leadouts.Count == 0 &&
|
||||
!_discImage.IsRedumpGigadisc)
|
||||
throw new
|
||||
FeatureUnsupportedImageException($"This image is missing vital multi-session data and cannot be read correctly.");
|
||||
|
||||
if(currentTrack.Sequence != 0)
|
||||
{
|
||||
currentFile.Sequence = currentTrack.Sequence;
|
||||
|
||||
Reference in New Issue
Block a user