add series and author links to books

This commit is contained in:
Sebastian Hugentobler 2024-05-06 20:54:58 +02:00
parent ab937d0201
commit 47e8c74419
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
4 changed files with 21 additions and 9 deletions

View file

@ -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,