mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-28 16:28:42 +00:00
2/2 lower is watched to 80%
This commit is contained in:
parent
f4023c31a5
commit
805cccf1b6
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue