Fix playlist being sorted, instead of playlist sort order

This commit is contained in:
MerlinScheurer 2025-03-15 11:06:01 +01:00
parent 7abcfcc579
commit 158115d319

View File

@ -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';