Restore flac mime type

This commit is contained in:
Bill Thornton 2019-09-01 01:15:34 -04:00
parent 67f38006f8
commit 3a600687ea
1 changed files with 1 additions and 0 deletions

View File

@ -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();