diff options
| author | Bill Thornton <billt2006@gmail.com> | 2019-09-01 01:15:34 -0400 |
|---|---|---|
| committer | Bill Thornton <billt2006@gmail.com> | 2019-09-01 01:15:34 -0400 |
| commit | 3a600687eabdf54c735dcb4467452b05816907de (patch) | |
| tree | c1cdb8c3c4134af765b2d6111a1404af05070838 | |
| parent | 67f38006f8c0e1349866f9204e3455252f6c1058 (diff) | |
Restore flac mime type
| -rw-r--r-- | MediaBrowser.Model/Net/MimeTypes.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Net/MimeTypes.cs b/MediaBrowser.Model/Net/MimeTypes.cs index d7bf956bb..de5e58d22 100644 --- a/MediaBrowser.Model/Net/MimeTypes.cs +++ b/MediaBrowser.Model/Net/MimeTypes.cs @@ -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(); |
