diff --git a/frontend/src/pages/Playlist.tsx b/frontend/src/pages/Playlist.tsx index 38f4079e..0ee310e8 100644 --- a/frontend/src/pages/Playlist.tsx +++ b/frontend/src/pages/Playlist.tsx @@ -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';