Merge pull request #3063 from milesial/master

Fixed typo in convert when copying cover art
This commit is contained in:
Adrian Sampson 2018-10-25 10:41:53 -04:00 committed by GitHub
commit 146eef390d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -399,7 +399,7 @@ class ConvertPlugin(BeetsPlugin):
util.displayable_path(album.artpath),
util.displayable_path(dest))
else:
self._log.info(u'Copying cover art to {0}',
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)

View file

@ -102,6 +102,8 @@ Fixes:
tags
Thanks to :user:`TaizoSimpson`.
:bug:`3501`
* Confusing typo when the convert plugin copies the art covers. :bug:`3063`
.. _python-itunes: https://github.com/ocelma/python-itunes