Restore flac mime type
This commit is contained in:
parent
67f38006f8
commit
3a600687ea
|
@ -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 New Issue
Block a user