From 25f1bcf8fafc316db1d9d965a38be03b89250b5d Mon Sep 17 00:00:00 2001 From: TheNexter Date: Tue, 18 Nov 2025 20:30:34 +0100 Subject: [PATCH] Little refine --- web/src/components/AudioPlayer.tsx | 38 +++++++++++++++--------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/web/src/components/AudioPlayer.tsx b/web/src/components/AudioPlayer.tsx index f55fd1324..3520bff33 100644 --- a/web/src/components/AudioPlayer.tsx +++ b/web/src/components/AudioPlayer.tsx @@ -92,31 +92,31 @@ const AudioPlayer = ({ src, className = "" }: Props) => {