mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Merge tested sequential media when merging uploaded reports.
This commit is contained in:
@@ -653,6 +653,9 @@ namespace DiscImageChef.CommonTypes.Metadata
|
||||
public byte[] ModeSense6ChangeableData { get; set; }
|
||||
[DisplayName("Data from MODE SENSE(10) command (changeable)")]
|
||||
public byte[] ModeSense10ChangeableData { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public int? SequentialDeviceId { get; set; }
|
||||
}
|
||||
|
||||
public class ScsiMode
|
||||
|
||||
Reference in New Issue
Block a user