Correct m4b mimetype (#10980)

This commit is contained in:
felix920506
2024-02-10 23:39:30 -05:00
committed by GitHub
parent 3f9b8bafec
commit aaa9345a53
3 changed files with 3 additions and 2 deletions

View File

@@ -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" },