mirror of
https://github.com/beetbox/beets.git
synced 2026-01-04 15:03:22 +01:00
fix plugin hook in embedart
This commit is contained in:
parent
890021008a
commit
a1b2b6c8a2
1 changed files with 1 additions and 1 deletions
|
|
@ -137,6 +137,6 @@ def clear(lib, query):
|
|||
|
||||
# Automatically embed art into imported albums.
|
||||
@EmbedCoverArtPlugin.listen('album_imported')
|
||||
def album_imported(lib, album):
|
||||
def album_imported(lib, album, config):
|
||||
if album.artpath and options['autoembed']:
|
||||
_embed(album.artpath, album.items())
|
||||
|
|
|
|||
Loading…
Reference in a new issue