add series and author links to books
This commit is contained in:
parent
ab937d0201
commit
47e8c74419
4 changed files with 21 additions and 9 deletions
|
@ -6,7 +6,7 @@ use super::{
|
|||
pagination::{Pagination, SortOrder},
|
||||
};
|
||||
|
||||
#[derive(Debug, Serialize)]
|
||||
#[derive(Debug, Clone, Serialize)]
|
||||
pub struct Author {
|
||||
pub id: u64,
|
||||
pub name: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue