jellyfin / jellyfin-plugin-trakt

https://jellyfin.org
MIT License
173 stars 33 forks source link

Fix duplicate watched entries #224

Closed buthed010203 closed 7 months ago

buthed010203 commented 7 months ago

Previously, a missing episode with a null id could be matched to another episode from the same chunk that had a null id which would result it in the episode being added to trakt twice.

The code isn't the most idiomatic as I just threw it together to get this fixed.

Fixes #162 Fixes #219