mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Merge pull request #3063 from milesial/master
Fixed typo in convert when copying cover art
This commit is contained in:
commit
146eef390d
2 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue