Add option to consolidate one ATA from another.

This commit is contained in:
2019-11-10 01:07:12 +00:00
parent fd42b81b15
commit 5a9fa9b958
5 changed files with 56 additions and 8 deletions

View File

@@ -65,7 +65,7 @@ namespace DiscImageChef.Server.Models
[DefaultValue(0)]
public int OptimalMultipleSectorsRead { get; set; }
public int ATAId { get; set; }
public int ATAPIId { get; set; }
public int? ATAId { get; set; }
public int? ATAPIId { get; set; }
}
}