mirror of
https://github.com/beetbox/beets.git
synced 2026-02-01 04:55:38 +01:00
bugfix
This commit is contained in:
parent
2a9def94b8
commit
2c2b7600c3
1 changed files with 1 additions and 1 deletions
|
|
@ -267,6 +267,6 @@ class EchoPlusPlugin(BeetsPlugin):
|
|||
def imported(self, config, task):
|
||||
if self.config['auto']:
|
||||
for item in task.imported_items():
|
||||
fetch_item_tempo(config.lib, logging.DEBUG, item, False)
|
||||
fetch_item_attributes(config.lib, logging.DEBUG, item, False)
|
||||
|
||||
# eof
|
||||
|
|
|
|||
Loading…
Reference in a new issue