support dummied up image a/r's

This commit is contained in:
Luke Pulverenti
2017-02-10 15:06:52 -05:00
parent 58fad600c9
commit b91f1e4d16
21 changed files with 131 additions and 6 deletions

View File

@@ -243,7 +243,11 @@ namespace MediaBrowser.Model.Net
if (StringHelper.EqualsIgnoreCase(ext, ".opus"))
{
return "audio/ogg";
}
}
if (StringHelper.EqualsIgnoreCase(ext, ".ac3"))
{
return "audio/ac3";
}
// Playlists
if (StringHelper.EqualsIgnoreCase(ext, ".m3u8"))