New search field: Finished/IsFinished.
All work complete except db migration
This commit is contained in:
parent
92ee0b2e6d
commit
2fd8ea91e1
6 changed files with 31 additions and 5 deletions
|
|
@ -164,6 +164,9 @@ namespace DtoImporterService
|
|||
if (item.PictureLarge is not null)
|
||||
book.PictureLarge = item.PictureLarge;
|
||||
|
||||
if (item.IsFinished is not null)
|
||||
book.UserDefinedItem.IsFinished = item.IsFinished.Value;
|
||||
|
||||
// 2023-02-01
|
||||
// updateBook must update language on books which were imported before the migration which added language.
|
||||
// Can eventually delete this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue