From 5ca8c8bf15049555e8e87844de3345426528239f Mon Sep 17 00:00:00 2001 From: JSC Date: Sat, 9 Aug 2025 20:58:22 +0200 Subject: [PATCH] refactor: comment out unused JSX elements in Playlist component for cleaner code --- src/components/player/Playlist.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/player/Playlist.tsx b/src/components/player/Playlist.tsx index a2afae2..cc0ba0c 100644 --- a/src/components/player/Playlist.tsx +++ b/src/components/player/Playlist.tsx @@ -92,16 +92,16 @@ export function Playlist({ )}> {sound.name}

-

{sound.filename} -

+

*/} {/* Duration and Type */} -
+ {/*
{sound.type} -
+
*/} ))}