update translations

This commit is contained in:
Luke Pulverenti 2015-09-24 15:30:25 -04:00
parent f3e9bbed23
commit ab976201c3

View file

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