aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2021-12-25 11:41:39 -0700
committerCody Robibero <cody@robibe.ro>2021-12-25 11:41:39 -0700
commit6804624c1570806c6a090af657f05968d7a248d2 (patch)
treeae1799382c1f449ac648971236c0ceed50ea8d18 /tests
parent60e75f7b700bb8ddc52d937892e2fcdaa57b9d6a (diff)
Add image/jpg to extension lookup
Diffstat (limited to 'tests')
-rw-r--r--tests/Jellyfin.Model.Tests/Net/MimeTypesTests.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Jellyfin.Model.Tests/Net/MimeTypesTests.cs b/tests/Jellyfin.Model.Tests/Net/MimeTypesTests.cs
index cbab455f0..7b50c54b0 100644
--- a/tests/Jellyfin.Model.Tests/Net/MimeTypesTests.cs
+++ b/tests/Jellyfin.Model.Tests/Net/MimeTypesTests.cs
@@ -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")]