Merge pull request #2910 from randrey/dlna-extra-mime-types
Additional mime types for DLNA (VLC)
This commit is contained in:
commit
c35e6ac39a
|
@ -106,6 +106,7 @@ namespace MediaBrowser.Model.Net
|
|||
{ ".3g2", "video/3gpp2" },
|
||||
{ ".mpd", "video/vnd.mpeg.dash.mpd" },
|
||||
{ ".ts", "video/mp2t" },
|
||||
{ ".mpegts", "video/mp2t" },
|
||||
|
||||
// Type audio
|
||||
{ ".mp3", "audio/mpeg" },
|
||||
|
@ -123,6 +124,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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user