From b8d6c37fecbfd34d63db1f1bc3a35d2524af7ee2 Mon Sep 17 00:00:00 2001 From: Kylie McClain Date: Fri, 19 Jun 2015 20:36:50 -0400 Subject: [PATCH] fetchart: Use success coloring if album art is found --- beetsplug/fetchart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/fetchart.py b/beetsplug/fetchart.py index 4a94ca643..965d85113 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 = 'has album art' + message = ui.colorize('text_success', 'has album art') else: # In ordinary invocations, look for images on the # filesystem. When forcing, however, always go to the Web