Now logs both the source and the destination

This commit is contained in:
milesial 2018-10-25 15:29:28 +02:00 committed by GitHub
parent b27dfed1ef
commit d5caae12bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -399,8 +399,9 @@ class ConvertPlugin(BeetsPlugin):
util.displayable_path(album.artpath),
util.displayable_path(dest))
else:
self._log.info(u'Copying cover art from {0}',
util.displayable_path(album.artpath))
self._log.info(u'Copying cover art from {0} to {1}',
util.displayable_path(album.artpath),
util.displayable_path(dest))
util.copy(album.artpath, dest)
def convert_func(self, lib, opts, args):