mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 21:39:49 +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({
|
const playlists = await loadPlaylistList({
|
||||||
channel: channelId,
|
channel: channelId,
|
||||||
subscribed: showSubedOnly,
|
subscribed: showSubedOnly,
|
||||||
|
page: currentPage,
|
||||||
});
|
});
|
||||||
|
|
||||||
setPlaylistsResponse(playlists);
|
setPlaylistsResponse(playlists);
|
||||||
|
|||||||
Reference in New Issue
Block a user