From 9df548c738aec867942aa3a108519aab591e452f Mon Sep 17 00:00:00 2001 From: Peter B Date: Mon, 11 Apr 2011 00:23:54 -0400 Subject: [PATCH] updated embedcoverart plugin for album_imported change --- beetsplug/embedcoverart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 beetsplug/embedcoverart.py diff --git a/beetsplug/embedcoverart.py b/beetsplug/embedcoverart.py old mode 100644 new mode 100755 index 4bef70284..94902d260 --- a/beetsplug/embedcoverart.py +++ b/beetsplug/embedcoverart.py @@ -22,7 +22,7 @@ class EmbedCoverArtPlugin(BeetsPlugin): def loaded(self): pass - def album_imported(self, album): + def album_imported(self, lib, album): albumart = album.artpath ALLOWED_MIMES = ('jpeg','png')