diff --git a/app/components/AudioPlayer.tsx b/app/components/AudioPlayer.tsx index cdec276..d4f60cc 100644 --- a/app/components/AudioPlayer.tsx +++ b/app/components/AudioPlayer.tsx @@ -433,7 +433,7 @@ export const AudioPlayer: React.FC = () => { {/* Center section with controls and progress */}
{/* Control buttons */} -
+
{/* Progress bar */} -
+ {/*
{formatTime(audioCurrent?.currentTime ?? 0)} @@ -473,7 +473,7 @@ export const AudioPlayer: React.FC = () => { {formatTime(audioCurrent?.duration ?? 0)} -
+
*/}
{/* Right side buttons */}