New search field: Finished/IsFinished.

All work complete except db migration
This commit is contained in:
Robert McRackan 2024-09-11 07:45:37 -04:00
parent 92ee0b2e6d
commit 2fd8ea91e1
6 changed files with 31 additions and 5 deletions

View file

@ -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