update subtitles for lg

pull/702/head
Luke Pulverenti 8 years ago
parent 3d2f6db1b1
commit ee6e3b95ca

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

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