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
Ratings should be stored as {"id": {"userid":username.tolower(), "songid":fullsongid}, "rating":rating}
Ratings will be either "like" or "dislike", or if there's no rating stored it's neutral. Boolean storage format may work.
Note: The id field needs to be stored properly as BSON, to preserve key order
The text was updated successfully, but these errors were encountered:
Ratings should be stored as {"id": {"userid":username.tolower(), "songid":fullsongid}, "rating":rating}
Ratings will be either "like" or "dislike", or if there's no rating stored it's neutral. Boolean storage format may work.
Note: The id field needs to be stored properly as BSON, to preserve key order
The text was updated successfully, but these errors were encountered: