diff --git a/Aaru.Devices/Device/ScsiCommands/MMC.cs b/Aaru.Devices/Device/ScsiCommands/MMC.cs
index b0d6990ea..d325e050d 100644
--- a/Aaru.Devices/Device/ScsiCommands/MMC.cs
+++ b/Aaru.Devices/Device/ScsiCommands/MMC.cs
@@ -708,8 +708,11 @@ namespace Aaru.Devices
/// true if the command failed and contains the sense buffer.
/// Buffer where the SCSI READ DISC INFORMATION response will be stored
/// Sense buffer.
+ /// Track/session/sector address
/// Timeout in seconds.
/// Duration in milliseconds it took for the device to execute the command.
+ /// Report information of non-closed tracks
+ /// Type of information to retrieve
public bool ReadTrackInformation(out byte[] buffer, out byte[] senseBuffer, bool open,
TrackInformationType type, uint address, uint timeout, out double duration)
{