aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortheMasterpc <97434762+dredstone1@users.noreply.github.com>2024-08-19 16:33:54 +0300
committerGitHub <noreply@github.com>2024-08-19 07:33:54 -0600
commit4c23f380766a34dabf207d2b5e0526c9d92f898e (patch)
treef8d46672fafeb7508cb4e4923599fa420648c3ab
parent00fb9551035e492e91ea77f88a964922942542aa (diff)
Update PluginPageInfo.cs summary. (#12464)
-rw-r--r--MediaBrowser.Model/Plugins/PluginPageInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Model/Plugins/PluginPageInfo.cs b/MediaBrowser.Model/Plugins/PluginPageInfo.cs
index f4d83c28b..2ab93ea05 100644
--- a/MediaBrowser.Model/Plugins/PluginPageInfo.cs
+++ b/MediaBrowser.Model/Plugins/PluginPageInfo.cs
@@ -6,12 +6,12 @@ namespace MediaBrowser.Model.Plugins
public class PluginPageInfo
{
/// <summary>
- /// Gets or sets the name.
+ /// Gets or sets the name of the plugin.
/// </summary>
public string Name { get; set; } = string.Empty;
/// <summary>
- /// Gets or sets the display name.
+ /// Gets or sets the display name of the plugin.
/// </summary>
public string? DisplayName { get; set; }