Correct m4b mimetype (#10980)
This commit is contained in:
parent
3f9b8bafec
commit
aaa9345a53
|
@ -179,6 +179,7 @@
|
|||
- [Çağrı Sakaoğlu](https://github.com/ilovepilav)
|
||||
_ [Barasingha](https://github.com/MaVdbussche)
|
||||
- [Gauvino](https://github.com/Gauvino)
|
||||
- [felix920506](https://github.com/felix920506)
|
||||
|
||||
# Emby Contributors
|
||||
|
||||
|
|
|
@ -87,7 +87,7 @@ namespace MediaBrowser.Model.Net
|
|||
{ ".dsf", "audio/dsf" },
|
||||
{ ".dsp", "audio/dsp" },
|
||||
{ ".flac", "audio/flac" },
|
||||
{ ".m4b", "audio/m4b" },
|
||||
{ ".m4b", "audio/mp4" },
|
||||
{ ".mp3", "audio/mpeg" },
|
||||
{ ".vorbis", "audio/vorbis" },
|
||||
{ ".webma", "audio/webm" },
|
||||
|
|
|
@ -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")]
|
||||
|
|
Loading…
Reference in New Issue
Block a user