mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 02:18:54 -07:00
update kodi profile
This commit is contained in:
parent
9b52c7fe37
commit
d6da648520
@ -90,6 +90,20 @@ namespace MediaBrowser.Dlna.Profiles
|
||||
{
|
||||
Format = "sub",
|
||||
Method = SubtitleDeliveryMethod.External,
|
||||
},
|
||||
|
||||
new SubtitleProfile
|
||||
{
|
||||
Format = "srt",
|
||||
Method = SubtitleDeliveryMethod.Embed,
|
||||
DidlMode = "",
|
||||
},
|
||||
|
||||
new SubtitleProfile
|
||||
{
|
||||
Format = "sub",
|
||||
Method = SubtitleDeliveryMethod.Embed,
|
||||
DidlMode = "",
|
||||
}
|
||||
};
|
||||
}
|
||||
|
@ -51,5 +51,7 @@
|
||||
<SubtitleProfiles>
|
||||
<SubtitleProfile format="srt" method="External" />
|
||||
<SubtitleProfile format="sub" method="External" />
|
||||
<SubtitleProfile format="srt" method="Embed" didlMode="" />
|
||||
<SubtitleProfile format="sub" method="Embed" didlMode="" />
|
||||
</SubtitleProfiles>
|
||||
</Profile>
|
Loading…
Reference in New Issue
Block a user