mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 23:09:34 +00:00
Fix playlist being sorted, instead of playlist sort order
This commit is contained in:
@@ -71,7 +71,6 @@ const Playlist = () => {
|
|||||||
playlist: playlistId,
|
playlist: playlistId,
|
||||||
page: currentPage,
|
page: currentPage,
|
||||||
watch: hideWatched ? 'unwatched' : undefined,
|
watch: hideWatched ? 'unwatched' : undefined,
|
||||||
sort: 'downloaded', // downloaded or published? or playlist sort order?
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const isCustomPlaylist = playlist?.playlist_type === 'custom';
|
const isCustomPlaylist = playlist?.playlist_type === 'custom';
|
||||||
|
|||||||
Reference in New Issue
Block a user