aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/Profiles/DirectTvProfile.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Dlna/Profiles/DirectTvProfile.cs')
-rw-r--r--Emby.Dlna/Profiles/DirectTvProfile.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Emby.Dlna/Profiles/DirectTvProfile.cs b/Emby.Dlna/Profiles/DirectTvProfile.cs
index 153d552045..bb9ce903ca 100644
--- a/Emby.Dlna/Profiles/DirectTvProfile.cs
+++ b/Emby.Dlna/Profiles/DirectTvProfile.cs
@@ -113,6 +113,15 @@ namespace Emby.Dlna.Profiles
}
};
+ SubtitleProfiles = new[]
+ {
+ new SubtitleProfile
+ {
+ Format = "srt",
+ Method = SubtitleDeliveryMethod.Embed
+ }
+ };
+
ResponseProfiles = new ResponseProfile[] { };
}
}