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