summaryrefslogtreecommitdiff
path: root/src/combined
diff options
context:
space:
mode:
Diffstat (limited to 'src/combined')
-rw-r--r--src/combined/demux_flac.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/combined/demux_flac.c b/src/combined/demux_flac.c
index 85f98e876..fdc7ab7ea 100644
--- a/src/combined/demux_flac.c
+++ b/src/combined/demux_flac.c
@@ -732,7 +732,8 @@ get_extensions (demux_class_t *this_gen) {
static char *
get_mimetypes (demux_class_t *this_gen) {
- return "application/x-flac: flac: FLAC Audio;";
+ return "audio/x-flac: flac: FLAC Audio;"
+ "audio/flac: flac: FLAC Audio;";
}
static void