Merge pull request #1700 from thornbill/flac

Restore flac mime type
This commit is contained in:
Anthony Lavado 2019-09-01 02:05:15 -04:00 committed by GitHub
commit fde024e7b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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