# HG changeset patch # User Eugene Zagidullin # Date 1196023510 -10800 # Node ID 5490098247580c9d5af5f09facfd3cec2f13e4bf # Parent 2984f6c7221a407e2cd68621cf947b3773a1648f demac: added MIME type (audio/x-ape) to provided tuple diff -r 2984f6c7221a -r 549009824758 src/demac/plugin.c --- 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; }