add page query param to playlist list fetching, #894

This commit is contained in:
Simon 2025-03-15 14:24:17 +01:00
parent f0bac927fe
commit 87d4f16456
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ const ChannelPlaylist = () => {
const playlists = await loadPlaylistList({
channel: channelId,
subscribed: showSubedOnly,
page: currentPage,
});
setPlaylistsResponse(playlists);