Log album.albumartist instead of album.artist after import.

This commit is contained in:
Ozzi Lee 2011-02-01 22:07:36 -06:00
parent 6baf9f5351
commit c15c3ee9ec

View file

@ -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.