mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
* DiscImageChef/Commands/MediaInfo.cs:
DCB was incorrectly being asked to HD DVD instead of DVD+. * DiscImageChef.Decoders/DVD/CSS&CPRM.cs: Must return value.
This commit is contained in:
@@ -138,6 +138,8 @@ namespace DiscImageChef.Decoders.DVD
|
||||
cmi.RegionInformation = response[5];
|
||||
cmi.Reserved3 = response[6];
|
||||
cmi.Reserved4 = response[7];
|
||||
|
||||
return cmi;
|
||||
}
|
||||
|
||||
public static string PrettifyLeadInCopyright(LeadInCopyright? cmi)
|
||||
|
||||
Reference in New Issue
Block a user