mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-30 05:37:05 +02:00
ListenBrainz: Handle missing loves metadata for merged recordings
If a loved recording MBID got merged into another recording, the love on ListenBrainz has no metadata. Lookup the metadata directly from MusicBrainz.
This commit is contained in:
parent
9e1c2d8435
commit
91f78d04dd
3 changed files with 47 additions and 0 deletions
1
go.mod
1
go.mod
|
@ -57,6 +57,7 @@ require (
|
|||
github.com/spf13/pflag v1.0.6 // indirect
|
||||
github.com/subosito/gotenv v1.6.0 // indirect
|
||||
go.uber.org/multierr v1.11.0 // indirect
|
||||
go.uploadedlobster.com/musicbrainzws2 v0.13.1 // indirect
|
||||
golang.org/x/image v0.26.0 // indirect
|
||||
golang.org/x/mod v0.24.0 // indirect
|
||||
golang.org/x/net v0.39.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue