mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Added m4v mime type
This commit is contained in:
parent
82799df9be
commit
e0089349e1
@ -49,6 +49,10 @@ namespace MediaBrowser.Common.Net
|
||||
{
|
||||
return "video/avi";
|
||||
}
|
||||
else if (ext.EndsWith("m4v", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return "video/x-m4v";
|
||||
}
|
||||
|
||||
// Type text
|
||||
else if (ext.EndsWith("css", StringComparison.OrdinalIgnoreCase))
|
||||
|
Loading…
x
Reference in New Issue
Block a user