Skip to content

Commit 3d61360

Browse files
authored
fix(new-releases): use 50000 as a limit
1 parent aa6b3ee commit 3d61360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CustomApps/new-releases/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ async function getArtistList() {
274274
sortOrder: ["0"],
275275
textFilter: "",
276276
offset: 0,
277-
limit: (await Spicetify.Platform.LibraryAPI.getContents())?.totalLength ?? 0,
277+
limit: 50000,
278278
};
279279
const artists = await Spicetify.Platform.LibraryAPI.getContents(config);
280280
count(true);

0 commit comments

Comments
 (0)