From f42e87dcc80f48995d57efd079f159755a6094a8 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Mon, 21 Jul 2025 11:03:35 -0600 Subject: [PATCH] dont show watched toggle for current ep --- src/components/player/atoms/Episodes.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/player/atoms/Episodes.tsx b/src/components/player/atoms/Episodes.tsx index af677f54..17a028ce 100644 --- a/src/components/player/atoms/Episodes.tsx +++ b/src/components/player/atoms/Episodes.tsx @@ -367,7 +367,7 @@ export function EpisodesView({ clickable={isAired} rightSide={
- {isAired && ( + {isAired && !isActive && (
{/* Mark as watched button */} - {isAired && ( + {isAired && !isActive && (