From bbe67903604db7ce44051ebdd32557842dcd3fc1 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Sun, 18 May 2025 13:32:48 -0500 Subject: [PATCH] styling and data fetching hotfix --- src/api/queries/query.config.ts | 2 +- src/components/Settings/component.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/queries/query.config.ts b/src/api/queries/query.config.ts index e1dade21..50150d73 100644 --- a/src/api/queries/query.config.ts +++ b/src/api/queries/query.config.ts @@ -11,7 +11,7 @@ const QueryConfig = { * The number of items to fetch for the library, set to 30 * This is used for the artists, albums, and tracks tabs in the library */ - library: 75, + library: 250, /** * The number of items to fetch for the instant mix, set to 50 diff --git a/src/components/Settings/component.tsx b/src/components/Settings/component.tsx index c6a3d0fd..e6babf67 100644 --- a/src/components/Settings/component.tsx +++ b/src/components/Settings/component.tsx @@ -72,7 +72,7 @@ export default function Settings(): React.JSX.Element { /> (