diff --git a/beetsplug/fetchart.py b/beetsplug/fetchart.py index 965d85113..bc772bd83 100644 --- a/beetsplug/fetchart.py +++ b/beetsplug/fetchart.py @@ -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