mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
commit
fde024e7b8
@ -120,6 +120,7 @@ namespace MediaBrowser.Model.Net
|
|||||||
{ ".m4b", "audio/m4b" },
|
{ ".m4b", "audio/m4b" },
|
||||||
{ ".xsp", "audio/xsp" },
|
{ ".xsp", "audio/xsp" },
|
||||||
{ ".dsp", "audio/dsp" },
|
{ ".dsp", "audio/dsp" },
|
||||||
|
{ ".flac", "audio/flac" },
|
||||||
};
|
};
|
||||||
|
|
||||||
private static readonly Dictionary<string, string> _extensionLookup = CreateExtensionLookup();
|
private static readonly Dictionary<string, string> _extensionLookup = CreateExtensionLookup();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user