From 158115d31965e0fc3a0e8ba4c03ba79328581713 Mon Sep 17 00:00:00 2001 From: MerlinScheurer Date: Sat, 15 Mar 2025 11:06:01 +0100 Subject: [PATCH] Fix playlist being sorted, instead of playlist sort order --- frontend/src/pages/Playlist.tsx | 1 - 1 file changed, 1 deletion(-) 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';