mirror of
https://github.com/p-stream/p-stream.git
synced 2026-05-05 05:39:15 +00:00
1/2 lower is watched to 80%
This commit is contained in:
parent
47a9e2a247
commit
f4023c31a5
1 changed files with 2 additions and 2 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue