Просмотр исходного кода

Update PackageInfo.cs

uncommented attribute.
BaronGreenback 4 лет назад
Родитель
Сommit
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>