Add ebook metadata, author and cover display

This commit is contained in:
Arne
2026-08-06 20:40:40 +02:00
parent 060d822654
commit b163aade71
6 changed files with 481 additions and 30 deletions
+2
View File
@@ -3,7 +3,9 @@ package library
type Book struct {
ID string
Title string
Author string
Filename string
Path string
Format string
HasCover bool
}