mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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…
x
Reference in New Issue
Block a user