changeset 2189:549009824758

demac: added MIME type (audio/x-ape) to provided tuple
author Eugene Zagidullin <e.asphyx@gmail.com>
date Sun, 25 Nov 2007 23:45:10 +0300
parents 2984f6c7221a
children 36b9f3e6cbcf
files src/demac/plugin.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/demac/plugin.c	Sun Nov 25 22:36:59 2007 +0300
+++ b/src/demac/plugin.c	Sun Nov 25 23:45:10 2007 +0300
@@ -326,6 +326,7 @@
 #endif
     aud_tuple_associate_string(tpl, FIELD_CODEC, NULL, codec_string);
     aud_tuple_associate_string(tpl, FIELD_QUALITY, NULL, "lossless");
+    aud_tuple_associate_string(tpl, FIELD_MIMETYPE, NULL, "audio/x-ape");
     return tpl;
 }