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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add more error handling to the /find page
Updated /find api endpoint to return an object with data and issues
Updated find page front end to read the issues and display them as toasts
Added support for a mastodon verification URL through environment variables
Because why not
Added the compareArtistAlbums API endpoint
Basically SAMBL but an API (Thanks @RustyNova016 for bothering me to do this :3)
Parameters
spotifyId [Required]
mbid
Only neccesary if you want to check if the associated albums are linked to that artist
quick (bool)
Uses URL matching to check for spotify album links in MusicBrainz. This returns faster, but contains less information, removing the orange album status.
full (bool)
Adds inc parameters to the MusicBrainz query. (Does not affect quick mode)
This puts in the groundwork for quick fetching!!
It's also probably buggy, so please bully it (Only bully the quick fetching though, or else it will cause problems)