Add image/jpg to extension lookup
This commit is contained in:
parent
60e75f7b70
commit
6804624c15
|
@ -116,6 +116,7 @@ namespace MediaBrowser.Model.Net
|
|||
{ "audio/x-wavpack", ".wv" },
|
||||
|
||||
// Type image
|
||||
{ "image/jpg", ".jpg" },
|
||||
{ "image/jpeg", ".jpg" },
|
||||
{ "image/x-png", ".png" },
|
||||
|
||||
|
|
|
@ -124,6 +124,7 @@ namespace Jellyfin.Model.Tests.Net
|
|||
[InlineData("font/woff2", ".woff2")]
|
||||
[InlineData("image/bmp", ".bmp")]
|
||||
[InlineData("image/gif", ".gif")]
|
||||
[InlineData("image/jpg", ".jpg")]
|
||||
[InlineData("image/jpeg", ".jpg")]
|
||||
[InlineData("image/png", ".png")]
|
||||
[InlineData("image/svg+xml", ".svg")]
|
||||
|
|
Loading…
Reference in New Issue
Block a user