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')