mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 20:29:36 +00:00
add page query param to playlist list fetching, #894
This commit is contained in:
@@ -37,6 +37,7 @@ const ChannelPlaylist = () => {
|
||||
const playlists = await loadPlaylistList({
|
||||
channel: channelId,
|
||||
subscribed: showSubedOnly,
|
||||
page: currentPage,
|
||||
});
|
||||
|
||||
setPlaylistsResponse(playlists);
|
||||
|
||||
Reference in New Issue
Block a user