diff src/demac/plugin.c @ 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 cc5e9ec110a4
children 36b9f3e6cbcf
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;
 }