mirror of
https://github.com/beetbox/beets.git
synced 2025-12-23 09:03:49 +01:00
Restore show_change() logging: MatchInfo, not Item
This commit is contained in:
parent
8165dec985
commit
065cb59ce7
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ def show_change(cur_artist, cur_album, match):
|
|||
print_("To:")
|
||||
show_album(artist_r, album_r)
|
||||
else:
|
||||
print_(u"Tagging:\n {0}".format(match.info))
|
||||
print_(u"Tagging:\n {0.artist} - {0.album}".format(match.info))
|
||||
|
||||
# Data URL.
|
||||
if match.info.data_url:
|
||||
|
|
|
|||
Loading…
Reference in a new issue