refresh connect authorizations

This commit is contained in:
Luke Pulverenti
2014-10-12 13:31:41 -04:00
parent 84b62f22cf
commit cce120d8d3
8 changed files with 327 additions and 26 deletions

View File

@@ -146,6 +146,10 @@ namespace MediaBrowser.Common.Net
{
return "video/mp2t";
}
if (ext.Equals(".mpd", StringComparison.OrdinalIgnoreCase))
{
return "video/vnd.mpeg.dash.mpd";
}
// Catch-all for all video types that don't require specific mime types
if (VideoFileExtensionsDictionary.ContainsKey(ext))