From 491dff1f09b5e03441eaf9a409e7d0b26796029b Mon Sep 17 00:00:00 2001 From: Peter Schnebel Date: Thu, 17 Oct 2013 22:48:40 +0200 Subject: [PATCH] disabled tempo --- beetsplug/echoplus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/echoplus.py b/beetsplug/echoplus.py index 0045afce3..b0d87a38a 100644 --- a/beetsplug/echoplus.py +++ b/beetsplug/echoplus.py @@ -326,7 +326,7 @@ class EchoPlusPlugin(BeetsPlugin): }) for attr in ATTRIBUTES: if attr == 'tempo': - target = 'bpm' + target = '' # disabled to not conflict with echonest_tempo self.config.add({attr:target}) else: target = attr