Add filter on book index

This commit is contained in:
gabatxo1312 2026-01-29 00:36:23 +01:00
commit 673fd2c58a
No known key found for this signature in database
4 changed files with 155 additions and 36 deletions

View file

@ -36,7 +36,7 @@ pub async fn index(
.context(UserSnafu)?;
let books = BookOperator::new(state.clone())
.list()
.list(None)
.await
.context(BookSnafu)?;