diff options
Diffstat (limited to 'MediaBrowser.Model/Dlna/SubtitleProfile.cs')
| -rw-r--r-- | MediaBrowser.Model/Dlna/SubtitleProfile.cs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/MediaBrowser.Model/Dlna/SubtitleProfile.cs b/MediaBrowser.Model/Dlna/SubtitleProfile.cs index 189515835..d3989829c 100644 --- a/MediaBrowser.Model/Dlna/SubtitleProfile.cs +++ b/MediaBrowser.Model/Dlna/SubtitleProfile.cs @@ -7,10 +7,11 @@ namespace MediaBrowser.Model.Dlna [XmlAttribute("format")] public string Format { get; set; } - [XmlAttribute("protocol")] - public string Protocol { get; set; } - [XmlAttribute("method")] public SubtitleDeliveryMethod Method { get; set; } + + [XmlAttribute("didlMode")] + public string DidlMode { get; set; } + } }
\ No newline at end of file |
