mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 04:48:27 +01:00
Correct m4b mimetype (#10980)
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user