diff options
| author | theMasterpc <97434762+dredstone1@users.noreply.github.com> | 2024-08-19 16:33:54 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-19 07:33:54 -0600 |
| commit | 4c23f380766a34dabf207d2b5e0526c9d92f898e (patch) | |
| tree | f8d46672fafeb7508cb4e4923599fa420648c3ab /MediaBrowser.Model/Plugins | |
| parent | 00fb9551035e492e91ea77f88a964922942542aa (diff) | |
Update PluginPageInfo.cs summary. (#12464)
Diffstat (limited to 'MediaBrowser.Model/Plugins')
| -rw-r--r-- | MediaBrowser.Model/Plugins/PluginPageInfo.cs | 4 |
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; } |
