mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-30 21:57:06 +02:00
ListenBrainz: Support import of loves without recording MBID
This commit is contained in:
parent
1b5ea241b6
commit
4d18a207ee
6 changed files with 68 additions and 5 deletions
2
backends/listenbrainz/testdata/listens.json
vendored
2
backends/listenbrainz/testdata/listens.json
vendored
|
@ -112,4 +112,4 @@
|
|||
],
|
||||
"user_id": "outsidecontext"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
10
backends/listenbrainz/testdata/lookup.json
vendored
Normal file
10
backends/listenbrainz/testdata/lookup.json
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"artist_credit_name": "Paradise Lost",
|
||||
"artist_mbids": [
|
||||
"10bf95b6-30e3-44f1-817f-45762cdc0de0"
|
||||
],
|
||||
"recording_mbid": "569436a1-234a-44bc-a370-8f4d252bef21",
|
||||
"recording_name": "Say Just Words",
|
||||
"release_mbid": "90b2d144-e5f3-3192-9da5-0d72d67c61be",
|
||||
"release_name": "One Second"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue