Accept application/x-ogg as valid mime type
git-svn-id: https://svn.musicpd.org/mpd/trunk@5165 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
ab789982d3
commit
878fc33ce9
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user