Add image/jpg to extension lookup

This commit is contained in:
Cody Robibero
2021-12-25 11:41:39 -07:00
parent 60e75f7b70
commit 6804624c15
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" },