From 2c2b7600c3e16d08fe3e27470c91c168a4e1b547 Mon Sep 17 00:00:00 2001 From: Peter Schnebel Date: Wed, 16 Oct 2013 11:43:08 +0200 Subject: [PATCH] bugfix --- beetsplug/echoplus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/echoplus.py b/beetsplug/echoplus.py index 1d2a3d61b..c8533e5ea 100644 --- a/beetsplug/echoplus.py +++ b/beetsplug/echoplus.py @@ -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