mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Add more fields
This commit is contained in:
parent
d57bf33969
commit
f7251c613c
@ -68,7 +68,7 @@ class Listenbrainz(APIHandler):
|
||||
# fields that will not be consumed by regular scrobbling
|
||||
# will go into 'extra'
|
||||
k:additional[k]
|
||||
for k in ['track_mbid', 'release_mbid','artist_mbids','recording_mbid','tags', 'spotify_id']
|
||||
for k in ['track_mbid', 'release_mbid','artist_mbids','recording_mbid','tags', 'origin_url', 'spotify_id', 'music_service', 'music_service_name', 'submission_client']
|
||||
if k in additional
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user