show data URL for track matches

That should be the last one.
This commit is contained in:
Adrian Sampson 2013-06-12 16:42:15 -07:00
parent 829626d757
commit d32e13a63e

View file

@ -385,6 +385,10 @@ def show_item_change(item, match):
else:
print_("Tagging track: %s - %s" % (cur_artist, cur_title))
# Data URL.
if match.info.data_url:
print_('URL:\n %s' % match.info.data_url)
# Info line.
info = []
# Similarity.