From bd58637ec6902f31728dd506182eecdc104b812a Mon Sep 17 00:00:00 2001 From: MerlinScheurer Date: Sun, 12 Jan 2025 13:46:51 +0100 Subject: [PATCH] Fix refresh after creating custom playlist --- frontend/src/pages/Playlists.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/pages/Playlists.tsx b/frontend/src/pages/Playlists.tsx index 41ac0c21..e1bb8e50 100644 --- a/frontend/src/pages/Playlists.tsx +++ b/frontend/src/pages/Playlists.tsx @@ -125,6 +125,7 @@ const Playlists = () => { type="submit" onClick={async () => { await createCustomPlaylist(customPlaylistsToAddText); + setRefresh(true); }} />