mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-25 20:01:03 +00:00
feat: increasing number of results
This commit is contained in:
@@ -8,7 +8,7 @@ const searchGames = async (
|
||||
) => {
|
||||
return HydraApi.post(
|
||||
"/catalogue/search",
|
||||
{ ...payload, take: 12, skip: 0 },
|
||||
{ ...payload, take: 24, skip: 0 },
|
||||
{ needsAuth: false }
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user