From adbf11969e439d5a3120a57b632303d4da760e28 Mon Sep 17 00:00:00 2001 From: Jip Fr Date: Wed, 3 Jan 2024 00:55:42 +0100 Subject: [PATCH] Fix player UI not always vanishing (or so we hope :D) --- src/components/player/atoms/ProgressBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/player/atoms/ProgressBar.tsx b/src/components/player/atoms/ProgressBar.tsx index ce3ecebe..dfba7d08 100644 --- a/src/components/player/atoms/ProgressBar.tsx +++ b/src/components/player/atoms/ProgressBar.tsx @@ -39,7 +39,7 @@ function ThumbnailDisplay(props: { at: number; show: boolean }) { if (!props.show || !currentThumbnail) return null; return ( -
+