diff options
Diffstat (limited to 'Emby.Dlna/Profiles/SonyBravia2012Profile.cs')
| -rw-r--r-- | Emby.Dlna/Profiles/SonyBravia2012Profile.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Emby.Dlna/Profiles/SonyBravia2012Profile.cs b/Emby.Dlna/Profiles/SonyBravia2012Profile.cs index 206ca554c3..23a39a9220 100644 --- a/Emby.Dlna/Profiles/SonyBravia2012Profile.cs +++ b/Emby.Dlna/Profiles/SonyBravia2012Profile.cs @@ -292,6 +292,15 @@ namespace Emby.Dlna.Profiles } } }; + + SubtitleProfiles = new[] + { + new SubtitleProfile + { + Format = "srt", + Method = SubtitleDeliveryMethod.Embed + } + }; } } } |
