mirror of
https://github.com/beetbox/beets.git
synced 2026-02-22 07:14:24 +01:00
parent
16ad174d29
commit
5f5a8946c3
1 changed files with 2 additions and 0 deletions
|
|
@ -291,6 +291,8 @@ class ConvertPlugin(BeetsPlugin):
|
|||
if self.config['embed']:
|
||||
album = item.get_album()
|
||||
if album and album.artpath:
|
||||
self._log.debug('embedding album art from {}',
|
||||
util.displayable_path(album.artpath))
|
||||
art.embed_item(self._log, item, album.artpath,
|
||||
itempath=converted)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue