Merge pull request #7052 from crobibero/image.jpeg
This commit is contained in:
commit
fcb8ff7c0f
|
@ -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