فهرست منبع

fix typo

Signed-off-by: gnattu <gnattuoc@me.com>
gnattu 11 ماه پیش
والد
کامیت
29d5344ba7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      MediaBrowser.Model/Dlna/CodecProfile.cs

+ 1 - 1
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()