Link read capabilities on uploaded report details.

This commit is contained in:
2019-11-23 23:34:11 +00:00
parent 582288bc06
commit e02022a1f8
3 changed files with 15 additions and 4 deletions

View File

@@ -9,5 +9,6 @@ namespace DiscImageChef.Server.Models
public List<int> SameButManufacturer { get; set; }
public List<int> ReportAll { get; set; }
public List<int> ReportButManufacturer { get; set; }
public int ReadCapabilitiesId { get; set; }
}
}