mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add raw DVD reading with HL-DT-ST command (#823)
This commit is contained in:
committed by
GitHub
parent
a2c6b8961a
commit
1153a270a9
@@ -159,7 +159,7 @@ partial class Dump
|
||||
|
||||
// According to libdvdcss, if the key is all zeroes, the sector is actually
|
||||
// not encrypted even if the CMI says it is.
|
||||
if(titleKey.Value.Key.All(k => k == 0))
|
||||
if(titleKey.Value.Key.All(static k => k == 0))
|
||||
{
|
||||
outputFormat.WriteSectorTag(new byte[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user