mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Show reading intersession data in report view.
This commit is contained in:
@@ -374,6 +374,12 @@ namespace DiscImageChef.Server.App_Start
|
||||
if(testedMedia.CanReadTOC == true)
|
||||
mediaOneValue.Add("Device can read the Table of Contents from this medium");
|
||||
|
||||
if(testedMedia.CanReadingIntersessionLeadIn == true)
|
||||
mediaOneValue.Add("Device can read Lead-In between sessions");
|
||||
|
||||
if(testedMedia.CanReadingIntersessionLeadOut == true)
|
||||
mediaOneValue.Add("Device can read Lead-Out between sessions");
|
||||
|
||||
mediaOneValue.Add("");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user