diff options
author | Christian Hesse <mail@eworm.de> | 2024-05-21 15:09:05 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-05-21 15:10:40 +0200 |
commit | f8dd7bc1673aa3c8fedf6fb2daae62e1d9a38ae6 (patch) | |
tree | e5cd82d8a3f045e149a5302f119b34dcd13f01e4 | |
parent | d692afcff131e6bd5f9ab8ba5bcdf825b8329228 (diff) | |
download | mpd-notification-f8dd7bc1673aa3c8fedf6fb2daae62e1d9a38ae6.tar.gz mpd-notification-f8dd7bc1673aa3c8fedf6fb2daae62e1d9a38ae6.tar.zst |
add a comment on possibly missing mime-types
-rw-r--r-- | mpd-notification.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) |