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 && (