Update PluginPageInfo.cs summary. (#12464)

This commit is contained in:
theMasterpc 2024-08-19 16:33:54 +03:00 committed by GitHub
parent 00fb955103
commit 4c23f38076
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,12 +6,12 @@ namespace MediaBrowser.Model.Plugins
public class PluginPageInfo public class PluginPageInfo
{ {
/// <summary> /// <summary>
/// Gets or sets the name. /// Gets or sets the name of the plugin.
/// </summary> /// </summary>
public string Name { get; set; } = string.Empty; public string Name { get; set; } = string.Empty;
/// <summary> /// <summary>
/// Gets or sets the display name. /// Gets or sets the display name of the plugin.
/// </summary> /// </summary>
public string? DisplayName { get; set; } public string? DisplayName { get; set; }