mirror of
https://github.com/beetbox/beets.git
synced 2026-02-11 18:02:10 +01:00
updated embedcoverart plugin for album_imported change
This commit is contained in:
parent
e67bdd5fa6
commit
9df548c738
1 changed files with 1 additions and 1 deletions
2
beetsplug/embedcoverart.py
Normal file → Executable file
2
beetsplug/embedcoverart.py
Normal file → Executable 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')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue