2/2 lower is watched to 80%

This commit is contained in:
Pas 2025-07-07 21:23:37 -06:00 committed by GitHub
parent f4023c31a5
commit 805cccf1b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -169,8 +169,8 @@ export function EpisodeCarousel({
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;
// Get the poster URL from the mediaPosterUrl prop
const posterUrl = mediaPosterUrl;