mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2025-05-12 14:21:09 +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,
|
||||
page: currentPage,
|
||||
watch: hideWatched ? 'unwatched' : undefined,
|
||||
sort: 'downloaded', // downloaded or published? or playlist sort order?
|
||||
});
|
||||
|
||||
const isCustomPlaylist = playlist?.playlist_type === 'custom';
|
||||
|
Loading…
x
Reference in New Issue
Block a user