diff --git a/src/components/overlays/details/EpisodeCarousel.tsx b/src/components/overlays/details/EpisodeCarousel.tsx index e3fefd4e..b3a350b4 100644 --- a/src/components/overlays/details/EpisodeCarousel.tsx +++ b/src/components/overlays/details/EpisodeCarousel.tsx @@ -169,8 +169,8 @@ export function EpisodeCarousel({ 100 : 0; - // If watched (>80%), reset to 0%, otherwise set to 100% - const isWatched = percentage > 80; + // If watched (>90%), reset to 0%, otherwise set to 100% + const isWatched = percentage > 90; // Get the poster URL from the mediaPosterUrl prop const posterUrl = mediaPosterUrl; @@ -372,7 +372,7 @@ export function EpisodeCarousel({ : 0; const isAired = hasAired(episode.air_date); const isExpanded = expandedEpisodes[episode.id]; - const isWatched = percentage > 98; + const isWatched = percentage > 90; return ( 80%), reset to 0%, otherwise set to 100% - const isWatched = percentage > 80; + // If watched (>90%), reset to 0%, otherwise set to 100% + const isWatched = percentage > 90; updateItem({ meta: { @@ -350,7 +350,7 @@ export function EpisodesView({ const isAired = hasAired(ep.air_date); const isActive = ep.id === meta?.episode?.tmdbId; - const isWatched = percentage > 98; + const isWatched = percentage > 90; return (
@@ -385,7 +385,7 @@ export function EpisodesView({ {episodeProgress && ( 98 ? 100 : percentage} + percentage={percentage} /> )}
@@ -526,7 +526,7 @@ export function EpisodesView({
98 ? 100 : percentage}%`, + width: `${percentage}%`, }} />
@@ -679,7 +679,7 @@ export function EpisodesView({
98 ? 100 : percentage}%`, + width: `${percentage}%`, }} />