mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 20:42:37 +01:00
fetchart: Use text_highlight_minor for color rather than text_success
This commit is contained in:
parent
b8d6c37fec
commit
c7cdadfd49
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue