Update database from server.

This commit is contained in:
2019-01-02 04:05:51 +00:00
parent 01eb78ca20
commit 8df23e5f01
18 changed files with 459 additions and 187 deletions

View File

@@ -71,7 +71,7 @@ namespace DiscImageChef.Server.Controllers
Id = product.Id,
Product = product.Product,
ProductId = (ushort)product.ProductId,
VendorId = (ushort)product.VendorId
VendorId = (ushort)product.Vendor.VendorId
});
sync.Offsets = new List<CdOffsetDto>();