pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

2/2 lower is watched to 80%

authored by

Pas and committed by
GitHub
805cccf1 f4023c31

+2 -2
+2 -2
src/components/overlays/details/EpisodeCarousel.tsx
··· 169 169 100 170 170 : 0; 171 171 172 - // If watched (>90%), reset to 0%, otherwise set to 100% 173 - const isWatched = percentage > 90; 172 + // If watched (>80%), reset to 0%, otherwise set to 100% 173 + const isWatched = percentage > 80; 174 174 175 175 // Get the poster URL from the mediaPosterUrl prop 176 176 const posterUrl = mediaPosterUrl;