mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-06 14:55:46 +01:00
commit
fde024e7b8
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ namespace MediaBrowser.Model.Net
|
|||
{ ".m4b", "audio/m4b" },
|
||||
{ ".xsp", "audio/xsp" },
|
||||
{ ".dsp", "audio/dsp" },
|
||||
{ ".flac", "audio/flac" },
|
||||
};
|
||||
|
||||
private static readonly Dictionary<string, string> _extensionLookup = CreateExtensionLookup();
|
||||
|
|
|
|||
Loading…
Reference in a new issue