When deleting songs via the api/song/[id] HTTP endpoint, delete the corresponding records:
Album - If there are no longer any songs attached to the album
Artist - If there are no longer any songs attached to the artists
Genre - If there are no longer any songs attached to the genre
Year - If there are no longer any songs attached to the year
When deleting songs via the *api/song/[id]* HTTP endpoint, delete the corresponding records:
* Album - If there are no longer any songs attached to the album
* Artist - If there are no longer any songs attached to the artists
* Genre - If there are no longer any songs attached to the genre
* Year - If there are no longer any songs attached to the year
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.
When deleting songs via the api/song/[id] HTTP endpoint, delete the corresponding records: