Commit 0912a7f4 authored by Sergey Lyubka's avatar Sergey Lyubka

Merge pull request #60 from bakanatorz/master

Added support for Ogg Vorbis audio files
parents 64cfe1d3 786caaec
......@@ -1893,6 +1893,7 @@ static const struct {
{".mp3", 4, "audio/x-mp3"},
{".mid", 4, "audio/mid"},
{".m3u", 4, "audio/x-mpegurl"},
{".ogg", 4, "audio/ogg"},
{".ram", 4, "audio/x-pn-realaudio"},
{".xml", 4, "text/xml"},
{".json", 5, "text/json"},
......
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