You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Either a track or an object containing the track should have information about likes vs dislikes, and who queued the track. This item will be sent to the frontend via the websocket (gateway) and REST API, and will be broadcast from the websocket every time the amount of dis/likes changes.
If you choose to extend the tracks type, make sure to change it on the frontend as well.
Task
Create interface, or extend existing one to account for track meta data (likes, dislikes, recommended by, queued at)
Implement interface as object passed through api/websocket instead of the original spotify track object
The text was updated successfully, but these errors were encountered:
Info
Either a track or an object containing the track should have information about likes vs dislikes, and who queued the track. This item will be sent to the frontend via the websocket (gateway) and REST API, and will be broadcast from the websocket every time the amount of dis/likes changes.
If you choose to extend the tracks type, make sure to change it on the frontend as well.
Task
The text was updated successfully, but these errors were encountered: