diff options
| author | felix920506 <felix920506@gmail.com> | 2024-02-10 23:39:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-10 21:39:30 -0700 |
| commit | aaa9345a533d6e8c3fa10b12672de4766ef12070 (patch) | |
| tree | 7ddca391766487e67ea178796cd895a49a700447 /tests | |
| parent | 3f9b8bafec6aedda331e80eb108b9c6b0f1ad9fc (diff) | |
Correct m4b mimetype (#10980)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Jellyfin.Model.Tests/Net/MimeTypesTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Model.Tests/Net/MimeTypesTests.cs b/tests/Jellyfin.Model.Tests/Net/MimeTypesTests.cs index 371c3811a..ccdf01758 100644 --- a/tests/Jellyfin.Model.Tests/Net/MimeTypesTests.cs +++ b/tests/Jellyfin.Model.Tests/Net/MimeTypesTests.cs @@ -69,7 +69,7 @@ namespace Jellyfin.Model.Tests.Net [InlineData(".dsp", "audio/dsp")] [InlineData(".flac", "audio/flac")] [InlineData(".m4a", "audio/mp4")] - [InlineData(".m4b", "audio/m4b")] + [InlineData(".m4b", "audio/mp4")] [InlineData(".mid", "audio/midi")] [InlineData(".midi", "audio/midi")] [InlineData(".mp3", "audio/mpeg")] |
