Add description when importing from inventaire

This commit is contained in:
2026-01-22 15:19:18 +01:00
parent 7921a83f30
commit 8689082741
5 changed files with 22 additions and 17 deletions

View File

@@ -70,6 +70,7 @@ func InventaireBooksToBookSearchGet(inventairebooks []inventaire.InventaireSearc
ID: 0,
Title: b.Label,
Author: "",
Description: b.Description,
InventaireID: b.ID,
Rating: 0,
Read: false,