mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Add field for scrambled READ CD support.
This commit is contained in:
@@ -380,6 +380,9 @@ namespace DiscImageChef.Server.App_Start
|
||||
if(testedMedia.CanReadingIntersessionLeadOut == true)
|
||||
mediaOneValue.Add("Device can read Lead-Out between sessions");
|
||||
|
||||
if(testedMedia.CanReadCdScrambled == true)
|
||||
mediaOneValue.Add("Device can read scrambled sectors using standard READ CD command");
|
||||
|
||||
mediaOneValue.Add("");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user