updated embedcoverart plugin for album_imported change

This commit is contained in:
Peter B 2011-04-11 00:23:54 -04:00
parent e67bdd5fa6
commit 9df548c738

2
beetsplug/embedcoverart.py Normal file → Executable file
View file

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