Commit a70ecdc0 authored by J. Alexander Treuman's avatar J. Alexander Treuman

Just specify mimeType as NULL in mpc's InputPlugin struct.

git-svn-id: https://svn.musicpd.org/mpd/trunk@6225 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 407497c4
......@@ -338,7 +338,6 @@ static MpdTag *mpcTagDup(char *file)
}
static char *mpcSuffixes[] = { "mpc", NULL };
static char *mpcMimeTypes[] = { NULL };
InputPlugin mpcPlugin = {
"mpc",
......@@ -350,7 +349,7 @@ InputPlugin mpcPlugin = {
mpcTagDup,
INPUT_PLUGIN_STREAM_URL | INPUT_PLUGIN_STREAM_FILE,
mpcSuffixes,
mpcMimeTypes
NULL
};
#else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment