mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2025-05-12 22:31:10 +00:00
Fix playlist being sorted, instead of playlist sort order
This commit is contained in:
parent
7abcfcc579
commit
158115d319
@ -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';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user