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