This commit is contained in:
Peter Schnebel 2013-10-16 11:43:08 +02:00
parent 2a9def94b8
commit 2c2b7600c3

View file

@ -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