diff options
| author | randrey <randrey-gh@outlook.com> | 2020-04-17 22:25:54 -0700 |
|---|---|---|
| committer | randrey <randrey-gh@outlook.com> | 2020-04-17 22:25:54 -0700 |
| commit | 156998dd831c4c9c56326fe700197b4f7985fffb (patch) | |
| tree | 447fbeaf163c911374d23ce93a4310aea35768f0 | |
| parent | b76f570583d607898064e21b6431aa30bffe97f7 (diff) | |
Add mime types for ape and wv files.
| -rw-r--r-- | MediaBrowser.Model/Net/MimeTypes.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Net/MimeTypes.cs b/MediaBrowser.Model/Net/MimeTypes.cs index 68bcc590c..0418474ce 100644 --- a/MediaBrowser.Model/Net/MimeTypes.cs +++ b/MediaBrowser.Model/Net/MimeTypes.cs @@ -123,6 +123,8 @@ namespace MediaBrowser.Model.Net { ".xsp", "audio/xsp" }, { ".dsp", "audio/dsp" }, { ".flac", "audio/flac" }, + { ".ape", "audio/x-ape" }, + { ".wv", "audio/x-wavpack" }, }; private static readonly Dictionary<string, string> _extensionLookup = CreateExtensionLookup(); |
