aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/Profiles/DefaultProfile.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Dlna/Profiles/DefaultProfile.cs')
-rw-r--r--Emby.Dlna/Profiles/DefaultProfile.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/Emby.Dlna/Profiles/DefaultProfile.cs b/Emby.Dlna/Profiles/DefaultProfile.cs
index 23437f1bd..54a0a87a8 100644
--- a/Emby.Dlna/Profiles/DefaultProfile.cs
+++ b/Emby.Dlna/Profiles/DefaultProfile.cs
@@ -94,6 +94,12 @@ namespace Emby.Dlna.Profiles
new SubtitleProfile
{
+ Format = "sup",
+ Method = SubtitleDeliveryMethod.External
+ },
+
+ new SubtitleProfile
+ {
Format = "srt",
Method = SubtitleDeliveryMethod.Embed
},
@@ -142,6 +148,12 @@ namespace Emby.Dlna.Profiles
new SubtitleProfile
{
+ Format = "sup",
+ Method = SubtitleDeliveryMethod.Embed
+ },
+
+ new SubtitleProfile
+ {
Format = "subrip",
Method = SubtitleDeliveryMethod.Embed
},