Merge pull request #1700 from thornbill/flac

Restore flac mime type
pull/1702/head
Anthony Lavado 5 years ago committed by GitHub
commit fde024e7b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save