🚚 Move brainz to own package
This commit is contained in:
parent
2208b1de55
commit
4c5c46a5f2
6 changed files with 42 additions and 34 deletions
|
|
@ -10,6 +10,7 @@ import (
|
|||
"strings"
|
||||
|
||||
"codeberg.org/danjones000/strip-beats/config"
|
||||
"codeberg.org/danjones000/strip-beats/media/brainz"
|
||||
h "codeberg.org/danjones000/strip-beats/utils/http"
|
||||
)
|
||||
|
||||
|
|
@ -46,7 +47,7 @@ type IdResults struct {
|
|||
type IdResult struct {
|
||||
Id string
|
||||
Score float64
|
||||
Recordings []MbRecording
|
||||
Recordings []brainz.Recording
|
||||
}
|
||||
|
||||
type IdError struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue