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); }} />