add page query param to playlist list fetching, #894
This commit is contained in:
parent
f0bac927fe
commit
87d4f16456
|
|
@ -37,6 +37,7 @@ const ChannelPlaylist = () => {
|
|||
const playlists = await loadPlaylistList({
|
||||
channel: channelId,
|
||||
subscribed: showSubedOnly,
|
||||
page: currentPage,
|
||||
});
|
||||
|
||||
setPlaylistsResponse(playlists);
|
||||
|
|
|
|||
Loading…
Reference in New Issue