1/2 lower is watched to 80%

This commit is contained in:
Pas 2025-07-07 21:22:53 -06:00 committed by GitHub
parent 47a9e2a247
commit f4023c31a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: {