remove tvos dts hack no longer needed

This commit is contained in:
Luke Pulverenti
2016-12-14 15:58:55 -05:00
parent 524e7facc8
commit de9cd28a79
13 changed files with 27 additions and 100 deletions

View File

@@ -118,17 +118,6 @@ namespace MediaBrowser.MediaEncoding.Encoder
}
}
public List<string> AllAudioCodecs
{
get
{
return MediaSource.MediaStreams.Where(i => i.Type == MediaStreamType.Audio)
.Select(i => i.Codec)
.Where(i => !string.IsNullOrWhiteSpace(i))
.ToList();
}
}
private void DisposeIsoMount()
{
if (IsoMount != null)