stub out process throttle

This commit is contained in:
Luke Pulverenti
2015-02-27 12:43:06 -05:00
parent 28ffeb5121
commit f0594dea77
10 changed files with 183 additions and 104 deletions

View File

@@ -262,7 +262,7 @@ namespace MediaBrowser.Model.Dlna
private SubtitleStreamInfo GetSubtitleStreamInfo(MediaStream stream)
{
SubtitleProfile subtitleProfile = StreamBuilder.GetSubtitleProfile(stream, DeviceProfile);
SubtitleProfile subtitleProfile = StreamBuilder.GetSubtitleProfile(stream, DeviceProfile, Context);
if (subtitleProfile.Method != SubtitleDeliveryMethod.External)
{