From f4023c31a5c5e81b5aeb9796ba89ea47d4eace9d Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Mon, 7 Jul 2025 21:22:53 -0600 Subject: [PATCH] 1/2 lower is watched to 80% --- src/components/player/atoms/Episodes.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/player/atoms/Episodes.tsx b/src/components/player/atoms/Episodes.tsx index 55779e1a..04bc2ccf 100644 --- a/src/components/player/atoms/Episodes.tsx +++ b/src/components/player/atoms/Episodes.tsx @@ -213,8 +213,8 @@ export function EpisodesView({ 100 : 0; - // If watched (>90%), reset to 0%, otherwise set to 100% - const isWatched = percentage > 90; + // If watched (>80%), reset to 0%, otherwise set to 100% + const isWatched = percentage > 80; updateItem({ meta: {