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