update channel mapping

This commit is contained in:
Luke Pulverenti
2016-06-10 12:45:04 -04:00
parent b0c1ba1e19
commit 3ba9d3c12f
9 changed files with 30 additions and 14 deletions

View File

@@ -73,6 +73,10 @@ namespace MediaBrowser.Server.Implementations.Library
{
return false;
}
if (string.Equals(stream.Codec, "ssa", StringComparison.OrdinalIgnoreCase))
{
return false;
}
return true;
}