Add a displayable_path call in embedart (fix #995)

This commit is contained in:
Adrian Sampson 2014-10-09 11:13:39 -07:00
parent 18ee57085d
commit 983aac287b

View file

@ -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}.'