Use new PictureIDLarge and PictureSize.Native
This commit is contained in:
parent
df4739cbf4
commit
b0d1f692a3
3 changed files with 14 additions and 10 deletions
|
|
@ -165,9 +165,8 @@ namespace DtoImporterService
|
|||
if (item.PictureId is not null)
|
||||
book.PictureId = item.PictureId;
|
||||
|
||||
// set/update book-specific info which may have changed
|
||||
if (item.PictureId_1215 is not null)
|
||||
book.PictureId_1215 = item.PictureId_1215;
|
||||
if (item.PictureLarge is not null)
|
||||
book.PictureLarge = item.PictureLarge;
|
||||
|
||||
book.UpdateProductRating(item.Product_OverallStars, item.Product_PerformanceStars, item.Product_StoryStars);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue