mirror of
https://github.com/beetbox/beets.git
synced 2026-01-04 15:03:22 +01:00
disabled tempo
This commit is contained in:
parent
491dff1f09
commit
f3935e8aea
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue