mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
Add dedicated playlist song list page
This commit is contained in:
parent
737a05e2c5
commit
8b04f70106
11 changed files with 653 additions and 318 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue