mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 12:02:41 +01:00
Add a displayable_path call in embedart (fix #995)
This commit is contained in:
parent
18ee57085d
commit
983aac287b
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ def embed_album(album, maxwidth=None):
|
|||
return
|
||||
if not os.path.isfile(imagepath):
|
||||
log.error(u'Album art not found at {0}'
|
||||
.format(imagepath))
|
||||
.format(displayable_path(imagepath)))
|
||||
return
|
||||
|
||||
log.info(u'Embedding album art into {0.albumartist} - {0.album}.'
|
||||
|
|
|
|||
Loading…
Reference in a new issue