diff options
Diffstat (limited to 'Emby.Dlna/Profiles/SonyBlurayPlayerProfile.cs')
| -rw-r--r-- | Emby.Dlna/Profiles/SonyBlurayPlayerProfile.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Emby.Dlna/Profiles/SonyBlurayPlayerProfile.cs b/Emby.Dlna/Profiles/SonyBlurayPlayerProfile.cs index c67bd85b27..d9eab28e15 100644 --- a/Emby.Dlna/Profiles/SonyBlurayPlayerProfile.cs +++ b/Emby.Dlna/Profiles/SonyBlurayPlayerProfile.cs @@ -269,6 +269,15 @@ namespace Emby.Dlna.Profiles Type = DlnaProfileType.Audio } }; + + SubtitleProfiles = new[] + { + new SubtitleProfile + { + Format = "srt", + Method = SubtitleDeliveryMethod.Embed + } + }; } } } |
