disabled tempo

This commit is contained in:
Peter Schnebel 2013-10-17 22:49:27 +02:00
parent 491dff1f09
commit f3935e8aea

View file

@ -326,7 +326,8 @@ class EchoPlusPlugin(BeetsPlugin):
})
for attr in ATTRIBUTES:
if attr == 'tempo':
target = '' # disabled to not conflict with echonest_tempo
target = '' # disabled to not conflict with echonest_tempo,
# to enable, set it to 'bpm'
self.config.add({attr:target})
else:
target = attr