resonatecoop / api

The one Resonate API to rule them all
GNU General Public License v3.0
15 stars 5 forks source link

feat: add userPlays and userFavorited to tracks #180

Closed simonv3 closed 2 years ago

simonv3 commented 2 years ago

To do with #152 .

If a user is logged in, add details to a track so that we return how many plays a user has for a track and whether they've favorited it. This should reduce the number of requests to the API significantly.