From 6aa18407403d19fdc71238d17fc929e5aa965a9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=91=D0=B0=D0=B1?= =?UTF-8?q?=D1=83=D1=88=D0=BA=D0=B8=D0=BD?= Date: Tue, 6 May 2025 13:31:31 +0200 Subject: [PATCH] fixed error --- frontend/app/components/Session/WebPlayer.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/app/components/Session/WebPlayer.tsx b/frontend/app/components/Session/WebPlayer.tsx index ab0cef8fb..336998322 100644 --- a/frontend/app/components/Session/WebPlayer.tsx +++ b/frontend/app/components/Session/WebPlayer.tsx @@ -72,7 +72,6 @@ function WebPlayer(props: any) { }, [searchStore.instance.filters]); React.useEffect(() => { - openedAt.current = Date.now(); const handleActivation = () => { if (!document.hidden) { setWindowActive(true);