Add mime types for ape and wv files.

This commit is contained in:
randrey 2020-04-17 22:25:54 -07:00
parent b76f570583
commit 156998dd83
1 changed files with 2 additions and 0 deletions

View File

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