Update PackageInfo.cs

uncommented attribute.
This commit is contained in:
BaronGreenback 2020-12-23 10:36:34 +00:00 committed by GitHub
parent e8df9551ef
commit d98f42a6aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>