aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Dlna/Profiles/LgTvProfile.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Dlna/Profiles/LgTvProfile.cs')
-rw-r--r--MediaBrowser.Dlna/Profiles/LgTvProfile.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Dlna/Profiles/LgTvProfile.cs b/MediaBrowser.Dlna/Profiles/LgTvProfile.cs
index af81fabe43..c98dd04659 100644
--- a/MediaBrowser.Dlna/Profiles/LgTvProfile.cs
+++ b/MediaBrowser.Dlna/Profiles/LgTvProfile.cs
@@ -195,6 +195,11 @@ namespace MediaBrowser.Dlna.Profiles
new SubtitleProfile
{
Format = "srt",
+ Method = SubtitleDeliveryMethod.Embed
+ },
+ new SubtitleProfile
+ {
+ Format = "srt",
Method = SubtitleDeliveryMethod.External
}
};