mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Update PluginPageInfo.cs summary. (#12464)
This commit is contained in:
parent
00fb955103
commit
4c23f38076
1 changed files with 2 additions and 2 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue