diff options
-rw-r--r-- | mpd-notification.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mpd-notification.c b/mpd-notification.c index c244c65..ba5e63a 100644 --- a/mpd-notification.c +++ b/mpd-notification.c @@ -152,6 +152,9 @@ GdkPixbuf * retrieve_artwork(const char * music_dir, const char * uri) { } } + if (pixbuf == NULL && verbose > 0) + printf("%s: No artwork in media file.\n", program); + image: #endif |