Add ebook metadata, author and cover display
This commit is contained in:
@@ -3,7 +3,9 @@ package library
|
||||
type Book struct {
|
||||
ID string
|
||||
Title string
|
||||
Author string
|
||||
Filename string
|
||||
Path string
|
||||
Format string
|
||||
HasCover bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user