mirror of
https://github.com/beetbox/beets.git
synced 2025-12-16 05:34:47 +01:00
Fixed typo in convert when copying cover art
This commit is contained in:
parent
d8df9f1b72
commit
d4e615feba
1 changed files with 2 additions and 3 deletions
|
|
@ -399,9 +399,8 @@ class ConvertPlugin(BeetsPlugin):
|
|||
util.displayable_path(album.artpath),
|
||||
util.displayable_path(dest))
|
||||
else:
|
||||
self._log.info(u'Copying cover art to {0}',
|
||||
util.displayable_path(album.artpath),
|
||||
util.displayable_path(dest))
|
||||
self._log.info(u'Copying cover art from {0}',
|
||||
util.displayable_path(album.artpath))
|
||||
util.copy(album.artpath, dest)
|
||||
|
||||
def convert_func(self, lib, opts, args):
|
||||
|
|
|
|||
Loading…
Reference in a new issue