Added 3g2 mime type
This commit is contained in:
parent
cbfc2ac368
commit
e2fe4174da
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue
Block a user