diff options
| author | gnattu <gnattuoc@me.com> | 2024-08-10 17:12:27 +0800 |
|---|---|---|
| committer | gnattu <gnattuoc@me.com> | 2024-08-26 00:04:08 +0800 |
| commit | 29d5344ba743524d0f86e2cdf5e0139288f8d253 (patch) | |
| tree | 21e5168bde73d5613dfc6ea0629264b95f8b9b30 /MediaBrowser.Model/Dlna/CodecProfile.cs | |
| parent | e31c6d3934237ca93a32da311ef6ef03aa20364b (diff) | |
fix typo
Signed-off-by: gnattu <gnattuoc@me.com>
Diffstat (limited to 'MediaBrowser.Model/Dlna/CodecProfile.cs')
| -rw-r--r-- | MediaBrowser.Model/Dlna/CodecProfile.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Dlna/CodecProfile.cs b/MediaBrowser.Model/Dlna/CodecProfile.cs index a8a3ab20a..07c1a29a4 100644 --- a/MediaBrowser.Model/Dlna/CodecProfile.cs +++ b/MediaBrowser.Model/Dlna/CodecProfile.cs @@ -28,7 +28,7 @@ namespace MediaBrowser.Model.Dlna [XmlAttribute("container")] public string Container { get; set; } - [XmlAttribute("container")] + [XmlAttribute("subcontainer")] public string SubContainer { get; set; } public string[] GetCodecs() |
