diff --git a/sdgb-api/src/title/helper/mod.rs b/sdgb-api/src/title/helper/mod.rs index 6a3a449..d790b71 100644 --- a/sdgb-api/src/title/helper/mod.rs +++ b/sdgb-api/src/title/helper/mod.rs @@ -28,7 +28,7 @@ pub async fn get_user_all_music( GetUserMusicApi { user_id, next_index: index.unwrap_or_default(), - max_count: 50, + max_count: 2000, }, ) .await?;