New view to see available editions from inventaire

This commit is contained in:
2026-01-28 19:10:19 +01:00
parent 2250304bf0
commit f444cbb19f
13 changed files with 507 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ type InventaireSearchResult struct {
}
type InventaireSearchBook struct {
ID string `json:"id"`
ID string `json:"uri"`
Label string `json:"label"`
Description string `json:"description"`
Image string `json:"image"`