One last mime type
This commit is contained in:
parent
bceac2ff26
commit
64f06c2a1b
|
@ -125,6 +125,10 @@ namespace MediaBrowser.Common.Net
|
|||
{
|
||||
return "application/epub+zip";
|
||||
}
|
||||
if (ext.Equals(".cbz", StringComparison.OrdinalIgnoreCase) || ext.Equals(".cbr", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return "application/x-cdisplay";
|
||||
}
|
||||
|
||||
// Type image
|
||||
if (ext.Equals(".gif", StringComparison.OrdinalIgnoreCase))
|
||||
|
|
Loading…
Reference in New Issue
Block a user