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:
Philipp Wolfer 2025-04-27 18:56:09 +02:00
parent 9e1c2d8435
commit 91f78d04dd
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
3 changed files with 47 additions and 0 deletions

1
go.mod
View file

@ -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