mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
In BlindWrite 4 disc images, if any track has subtitle, the subtitle sidecar file contains them for all tracks.
This commit is contained in:
@@ -748,6 +748,11 @@ namespace Aaru.DiscImages
|
||||
Sessions.Add(session);
|
||||
}
|
||||
|
||||
// As long as subchannel is written for any track, it is present for all tracks
|
||||
if(Tracks.Any(t => t.TrackSubchannelType == TrackSubchannelType.Packed))
|
||||
foreach(Track track in Tracks)
|
||||
track.TrackSubchannelType = TrackSubchannelType.Packed;
|
||||
|
||||
_imageInfo.MediaType = MediaType.CD;
|
||||
|
||||
_imageInfo.Application = "BlindWrite";
|
||||
|
||||
Reference in New Issue
Block a user