1 parent 0d44364 commit 03df923Copy full SHA for 03df923
1 file changed
src/imlib.c
@@ -309,7 +309,8 @@ int feh_is_image(feh_file * file, int magic_flags)
309
310
D(("file %s has mime type: %s\n", file->filename, mime_type));
311
312
- if (strncmp(mime_type, "image/", 6) == 0) {
+ if (strncmp(mime_type, "image/", 6) == 0 ||
313
+ strncmp(mime_type, "audio/mpeg", 10) == 0) {
314
return 1;
315
}
316
0 commit comments