Fetch data from MusicBrainz

This commit is contained in:
Dan Jones 2023-09-09 21:02:43 -05:00
commit 1e78a95e8a
3 changed files with 89 additions and 5 deletions

View file

@ -54,10 +54,6 @@ type IdError struct {
Message string
}
type MbRecording struct {
Id string
}
func LookupFingerprint(print FPrint) (IdResults, error) {
res := IdResults{}
key := config.GetConfig().AcousticIdKey