parent
a1ee320eba
commit
b54745028a
1 changed files with 1 additions and 0 deletions
|
@ -207,6 +207,7 @@ func bookJsonRaw(book database.Book) map[string]interface{} {
|
|||
"lang": book.Lang,
|
||||
"isbn": book.Isbn,
|
||||
"size": book.FileSize,
|
||||
"sha256": book.FileHash,
|
||||
"cover": cover,
|
||||
"cover_small": coverSmall,
|
||||
"download": "/download/" + book.ID + "/" + book.Title + ".epub",
|
||||
|
|
Reference in a new issue