mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 07:25:36 +01:00
Set page size 5
This commit is contained in:
@@ -77,7 +77,7 @@ pub async fn get_genres(
|
||||
_make_request("/api/v1/genres/", params).await
|
||||
}
|
||||
|
||||
const PAGE_SIZE: &str = "7";
|
||||
const PAGE_SIZE: &str = "5";
|
||||
|
||||
pub async fn search_book(
|
||||
query: String,
|
||||
|
||||
Reference in New Issue
Block a user