update subtitles for lg

This commit is contained in:
Luke Pulverenti 2016-06-20 16:18:49 -04:00
parent 3d2f6db1b1
commit ee6e3b95ca
2 changed files with 12 additions and 1 deletions

View File

@ -189,6 +189,15 @@ namespace MediaBrowser.Dlna.Profiles
}
}
};
SubtitleProfiles = new[]
{
new SubtitleProfile
{
Format = "srt",
Method = SubtitleDeliveryMethod.External
}
};
}
}
}

View File

@ -77,5 +77,7 @@
</CodecProfile>
</CodecProfiles>
<ResponseProfiles />
<SubtitleProfiles />
<SubtitleProfiles>
<SubtitleProfile format="srt" method="External" />
</SubtitleProfiles>
</Profile>