tegon / traktflix

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

Synched episodes are not recognized, if a newer history entry exists on Trakt #179

Open SimJoSt opened 3 years ago

SimJoSt commented 3 years ago

When a newer history entry exists in Trakt, than the date and time from the Netflix history, then Traktflix won't recognise previously synched history entries.

Apparently this is an issue with parsing the Trakt API response.
Either the API only responds with the newest entry or Traktflix only checks the first one.

This should be fixed in some way or another. Either by accepting history entries that don't exactly fit the exact date and time or by parsing all the entries of Trakt, not just the first one.