From f8dd7bc1673aa3c8fedf6fb2daae62e1d9a38ae6 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 21 May 2024 15:09:05 +0200 Subject: add a comment on possibly missing mime-types --- mpd-notification.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mpd-notification.c') diff --git a/mpd-notification.c b/mpd-notification.c index fdfa760..c244c65 100644 --- a/mpd-notification.c +++ b/mpd-notification.c @@ -105,6 +105,7 @@ GdkPixbuf * retrieve_artwork(const char * music_dir, const char * uri) { if (verbose > 0) printf("%s: MIME type for %s is: %s\n", program, uri_path, magic_mime); + /* Are there more mime-types supporting embedded artwork? Tell me! */ if (strcmp(magic_mime, "audio/mp4") != 0 && strcmp(magic_mime, "audio/mpeg") != 0 && strcmp(magic_mime, "audio/x-m4a") != 0) -- cgit v1.2.3-54-g00ecf