Save song properties #92
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Save the song's additional properties when uploading a song. This is distinct from ID3 tags and is focusing on an audio file's attributes. Things like:
Save this information in another table and create an endpoint to get a song's properties.
After the endpoint has been created for this, create an endpoint to retrieve the song properties.