Get tags from mb

This commit is contained in:
Dan Jones 2023-11-11 17:01:01 -06:00
commit 5881f3d538
5 changed files with 190 additions and 32 deletions

View file

@ -12,6 +12,7 @@ import (
"codeberg.org/danjones000/strip-beats/config"
"codeberg.org/danjones000/strip-beats/media/brainz"
h "codeberg.org/danjones000/strip-beats/utils/http"
"github.com/google/uuid"
)
type FPrint struct {
@ -45,7 +46,7 @@ type IdResults struct {
}
type IdResult struct {
Id string
Id uuid.UUID
Score float64
Recordings []brainz.Recording
}