Add dedicated playlist song list page

This commit is contained in:
jeffvli 2023-01-01 13:58:05 -08:00
parent 737a05e2c5
commit 8b04f70106
11 changed files with 653 additions and 318 deletions

View file

@ -78,7 +78,7 @@ export const Sidebar = () => {
const showImage = sidebar.image;
const playlistsQuery = usePlaylistList({
limit: 0,
limit: 100,
sortBy: PlaylistListSort.NAME,
sortOrder: SortOrder.ASC,
startIndex: 0,