mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix dumping when read subchannel is PQ only.
This commit is contained in:
@@ -341,11 +341,8 @@ namespace Aaru.Core.Devices.Dumping
|
||||
|
||||
break;
|
||||
case MmcSubchannel.Raw:
|
||||
subType = TrackSubchannelType.Raw;
|
||||
|
||||
break;
|
||||
case MmcSubchannel.Q16:
|
||||
subType = TrackSubchannelType.Q16;
|
||||
subType = TrackSubchannelType.Raw;
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user