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

View File

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