浏览代码

Update PackageInfo.cs

uncommented attribute.
BaronGreenback 4 年之前
父节点
当前提交
d98f42a6aa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MediaBrowser.Model/Updates/PackageInfo.cs

+ 1 - 1
MediaBrowser.Model/Updates/PackageInfo.cs

@@ -35,7 +35,7 @@ namespace MediaBrowser.Model.Updates
         /// Gets or sets a long description of the plugin containing features or helpful explanations.
         /// </summary>
         /// <value>The description.</value>
-        /// [JsonPropertyName("description")]
+        [JsonPropertyName("description")]
         public string Description { get; set; }
 
         /// <summary>