From 59a1333732c12cf32cf2408103cd98f579c9f7e7 Mon Sep 17 00:00:00 2001 From: Ohm Patel Date: Wed, 30 Dec 2015 23:38:19 -0600 Subject: [PATCH] ABrainz: Renamed danceable to dance to match five character attribute --- beetsplug/acoustic.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/beetsplug/acoustic.py b/beetsplug/acoustic.py index 62ea8aa6f..eab5d2c72 100644 --- a/beetsplug/acoustic.py +++ b/beetsplug/acoustic.py @@ -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",