Commit 878fc33c authored by Qball Cow's avatar Qball Cow

Accept application/x-ogg as valid mime type

git-svn-id: https://svn.musicpd.org/mpd/trunk@5165 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent ab789982
......@@ -409,7 +409,7 @@ static unsigned int oggvorbis_try_decode(InputStream * inStream)
}
static char *oggvorbis_Suffixes[] = { "ogg", NULL };
static char *oggvorbis_MimeTypes[] = { "application/ogg", NULL };
static char *oggvorbis_MimeTypes[] = { "application/ogg", "application/x-ogg",NULL };
InputPlugin oggvorbisPlugin = {
"oggvorbis",
......
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