Show tested media in uploaded report details.

This commit is contained in:
2019-11-23 23:48:27 +00:00
parent ef49788fee
commit 6da345673a

View File

@@ -1467,6 +1467,8 @@ namespace DiscImageChef.CommonTypes.Metadata
public int? AtaId { get; set; }
[JsonIgnore]
public int? ScsiId { get; set; }
[JsonIgnore]
public int? MmcId { get; set; }
#region SCSI data
public byte[] Read6Data { get; set; }