Mark an item as played api call is not visible in the history

Hello,

when using the endpoint https://developer.plex.tv/pms/#tag/Timeline/operation/putScrobble to mark a track as played the play is counted correctly and it’s marked as played.

But when looking at the play history the plays are not being shown.

Are plays marked via this endpoint visible in the history in general? And if yes, what do I need to add to the api call in order to solve this problem.

Currently my call url looks like this:
PUT url = `${baseUrl}/:/scrobble?X-Plex-Token=${token}&key=${ratingKey}&identifier=com.plexapp.plugins.library`

Thank you in advance

It’s intened.

  • (View History) No longer create a view history entry for items marked as played (#10888)