mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 13:07:09 +01:00
bugfix
This commit is contained in:
parent
a5be1648f9
commit
2d1788e595
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ class EchonestMetadataPlugin(plugins.BeetsPlugin):
|
|||
def fetch_song(self, item):
|
||||
"""Try all methods, to get a matching song object from the EchoNest.
|
||||
"""
|
||||
methods = [self.profile, self.search, self.identify]
|
||||
methods = [self.profile, self.search]
|
||||
if config['echonest']['codegen'].get() is not None:
|
||||
methods.append(self.identify)
|
||||
if config['echonest']['upload'].get(bool):
|
||||
|
|
|
|||
Loading…
Reference in a new issue