Adding UserID property to the Song model. Make some changes to the uploading with data endpoint to include the user id as part of the request. That or extract the Id from the token.
Adding `UserID` property to the `Song` model. Make some changes to the uploading with data endpoint to include the user id as part of the request. That or extract the Id from the token.
Closes #74
Closes #82
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Adding
UserIDproperty to theSongmodel. Make some changes to the uploading with data endpoint to include the user id as part of the request. That or extract the Id from the token.Closes #74
Closes #82