From 4c23f380766a34dabf207d2b5e0526c9d92f898e Mon Sep 17 00:00:00 2001 From: theMasterpc <97434762+dredstone1@users.noreply.github.com> Date: Mon, 19 Aug 2024 16:33:54 +0300 Subject: [PATCH] Update PluginPageInfo.cs summary. (#12464) --- MediaBrowser.Model/Plugins/PluginPageInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MediaBrowser.Model/Plugins/PluginPageInfo.cs b/MediaBrowser.Model/Plugins/PluginPageInfo.cs index f4d83c28b1..2ab93ea052 100644 --- a/MediaBrowser.Model/Plugins/PluginPageInfo.cs +++ b/MediaBrowser.Model/Plugins/PluginPageInfo.cs @@ -6,12 +6,12 @@ namespace MediaBrowser.Model.Plugins public class PluginPageInfo { /// - /// Gets or sets the name. + /// Gets or sets the name of the plugin. /// public string Name { get; set; } = string.Empty; /// - /// Gets or sets the display name. + /// Gets or sets the display name of the plugin. /// public string? DisplayName { get; set; }