···169169 100
170170 : 0;
171171172172- // If watched (>90%), reset to 0%, otherwise set to 100%
173173- const isWatched = percentage > 90;
172172+ // If watched (>80%), reset to 0%, otherwise set to 100%
173173+ const isWatched = percentage > 80;
174174175175 // Get the poster URL from the mediaPosterUrl prop
176176 const posterUrl = mediaPosterUrl;