fetchart: Use text_highlight_minor for color rather than text_success

This commit is contained in:
Kylie McClain 2015-06-22 02:15:01 -04:00
parent b8d6c37fec
commit c7cdadfd49

View file

@ -501,7 +501,7 @@ class FetchArtPlugin(plugins.BeetsPlugin):
"""
for album in albums:
if album.artpath and not force:
message = ui.colorize('text_success', 'has album art')
message = ui.colorize('text_highlight_minor', 'has album art')
else:
# In ordinary invocations, look for images on the
# filesystem. When forcing, however, always go to the Web