mirror of
https://github.com/beetbox/beets.git
synced 2026-01-15 04:34:23 +01:00
Log album.albumartist instead of album.artist after import.
This commit is contained in:
parent
6baf9f5351
commit
c15c3ee9ec
1 changed files with 1 additions and 1 deletions
|
|
@ -525,7 +525,7 @@ def simple_import(lib, paths, copy, delete):
|
|||
os.remove(library._syspath(old_path))
|
||||
|
||||
|
||||
log.info('added album: %s - %s' % (album.artist, album.album))
|
||||
log.info('added album: %s - %s' % (album.albumartist, album.album))
|
||||
|
||||
# The import command.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue