From 463b7483fd14395c831e6122553a0ca6a17b7dbc Mon Sep 17 00:00:00 2001 From: Psychotoxical Date: Fri, 3 Apr 2026 15:00:36 +0200 Subject: [PATCH] fix: wrap next/previous in arrow functions to satisfy MouseEventHandler type --- src/components/FullscreenPlayer.tsx | 4 ++-- src/components/PlayerBar.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/FullscreenPlayer.tsx b/src/components/FullscreenPlayer.tsx index 024203e3..17464484 100644 --- a/src/components/FullscreenPlayer.tsx +++ b/src/components/FullscreenPlayer.tsx @@ -245,11 +245,11 @@ export default function FullscreenPlayer({ onClose }: FullscreenPlayerProps) { - - - -