mirror of
https://github.com/beetbox/beets.git
synced 2026-01-19 14:45:17 +01:00
ABrainz: Renamed danceable to dance to match five character attribute
This commit is contained in:
parent
9daa02b5b0
commit
59a1333732
1 changed files with 4 additions and 4 deletions
|
|
@ -48,10 +48,10 @@ def fetch_info(lib):
|
|||
if item.mb_trackid:
|
||||
rs = requests.get(generate_url(item.mb_trackid)).json()
|
||||
|
||||
item.abrainz_danceable = get_value(rs, ["highlevel",
|
||||
"danceability",
|
||||
"all",
|
||||
"danceable"])
|
||||
item.abrainz_dance = get_value(rs, ["highlevel",
|
||||
"danceability",
|
||||
"all",
|
||||
"danceable"])
|
||||
item.abrainz_happy = get_value(rs, ["highlevel",
|
||||
"mood_happy",
|
||||
"all",
|
||||
|
|
|
|||
Loading…
Reference in a new issue