✨ Fetch data from MusicBrainz
This commit is contained in:
parent
c9498340d0
commit
1e78a95e8a
3 changed files with 89 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue