tegon / traktflix

Trakt.tv + Netflix = :heart:
https://tegon.github.io/traktflix
MIT License
403 stars 45 forks source link

ignore < 80% watched #142

Closed smoothlystable closed 4 years ago

smoothlystable commented 4 years ago

This will ignore episodes and movies that haven't been watched for more than 80% of duration. This should cover longer end credits (ex: 18min on 1.5h movie, 6min on 30min episode, etc).

Fixes #138

rafaelgomesxyz commented 4 years ago

Could you preserve the spread operation and use .filter instead of using .forEach?