Fix saving modified ATA entities.

This commit is contained in:
2019-11-10 13:24:25 +00:00
parent cbc417a67e
commit 3e12a41a5f
3 changed files with 23 additions and 26 deletions

View File

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