diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-04-11 20:00:32 +0900 |
|---|---|---|
| committer | dkanada <dkanada@users.noreply.github.com> | 2020-04-11 20:00:32 +0900 |
| commit | cbe1fe2c8f82af2233201203367ba8a532dbec8b (patch) | |
| tree | 53e87a1ec4c2381c84b1a5c9a78b31e42a68128b | |
| parent | 2da5df6c25b96e2a2d6790df7df8066a666dbe0e (diff) | |
update description and overview for plugins
| -rw-r--r-- | MediaBrowser.Model/Updates/PackageInfo.cs | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/MediaBrowser.Model/Updates/PackageInfo.cs b/MediaBrowser.Model/Updates/PackageInfo.cs index b19c311e4..f5aa8b6fa 100644 --- a/MediaBrowser.Model/Updates/PackageInfo.cs +++ b/MediaBrowser.Model/Updates/PackageInfo.cs @@ -15,24 +15,18 @@ namespace MediaBrowser.Model.Updates public string name { get; set; } /// <summary> - /// Gets or sets the short description. + /// Gets or sets a long description of the plugin containing features or helpful explanations. /// </summary> - /// <value>The short description.</value> - public string shortDescription { get; set; } + /// <value>The description.</value> + public string description { get; set; } /// <summary> - /// Gets or sets the overview. + /// Gets or sets a short overview of what the plugin does. /// </summary> /// <value>The overview.</value> public string overview { get; set; } /// <summary> - /// Gets or sets the target filename for the downloaded binary. - /// </summary> - /// <value>The target filename.</value> - public string filename { get; set; } - - /// <summary> /// Gets or sets the owner. /// </summary> /// <value>The owner.</value> |
