Index: frontend/src/components/Sidebar.tsx
===================================================================
--- frontend/src/components/Sidebar.tsx	(revision 85512ff50bc46445db00d8c3ecea57616baddb36)
+++ frontend/src/components/Sidebar.tsx	(revision ce45c7a7871379455b3a3c55a48f767ca2e0e739)
@@ -48,5 +48,5 @@
       await axiosInstance.post("/playlists", { name: playlistName });
       toast.success("Playlist created successfully!");
-      await refreshPlaylists();
+      await refreshPlaylists(false);
     } catch (error) {
       toast.error(getErrorMessage(error));
