Open
Description
Title: Tracks played via a stream retrieved from the API do not appear in the authenticated user's listening history.
Issue found of: March 24th, 2022
Endpoint(s):
GET /tracks/{id}/streams
Scope(s):
- None (application is not using authentication i.e., implicit flow)
Steps to reproduce:
curl --request GET \
--url 'https://api.soundcloud.com/tracks/308946187/streams" -H "accept: application/json; charset=utf-8'
Expected behaviour:
It would be great if Tracks played via a stream retrieved from the API appeared in the authenticated user's listening history.
Actual behaviour:
Tracks played via a stream retrieved from the API do not appear in the authenticated user's listening history.