mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 03:22:39 +01:00
parent
ad71af2c3d
commit
a38a6b2de9
1 changed files with 3 additions and 1 deletions
|
|
@ -826,7 +826,9 @@ class Album(LibModel):
|
|||
return
|
||||
|
||||
new_art = util.unique_path(new_art)
|
||||
log.debug(u'moving album art {0} to {1}'.format(old_art, new_art))
|
||||
log.debug(u'moving album art {0} to {1}'
|
||||
.format(util.displayable_path(old_art),
|
||||
util.displayable_path(new_art)))
|
||||
if copy:
|
||||
util.copy(old_art, new_art)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue