Merge pull request #7052 from crobibero/image.jpeg

This commit is contained in:
Cody Robibero
2022-01-03 17:47:52 -07:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ namespace MediaBrowser.Model.Net
{ "audio/x-wavpack", ".wv" },
// Type image
{ "image/jpg", ".jpg" },
{ "image/jpeg", ".jpg" },
{ "image/x-png", ".png" },