Added 3g2 mime type

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti 2012-08-14 08:58:15 -04:00
parent cbfc2ac368
commit e2fe4174da

View File

@ -61,6 +61,10 @@ namespace MediaBrowser.Common.Net
{
return "video/3gpp";
}
else if (ext.EndsWith("3g2", StringComparison.OrdinalIgnoreCase))
{
return "video/3gpp2";
}
else if (ext.EndsWith("ts", StringComparison.OrdinalIgnoreCase))
{
return "video/mp2t";