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

@@ -58,7 +58,5 @@ namespace DiscImageChef.Server.Models
}
public DateTime UploadedWhen { get; set; }
public int? ATAId { get; set; }
public int? ATAPIId { get; set; }
}
}