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