disabled tempo

This commit is contained in:
Peter Schnebel 2013-10-17 22:48:40 +02:00
parent bd7a56bf07
commit 491dff1f09

View file

@ -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