소스 검색

Update PluginPageInfo.cs summary. (#12464)

theMasterpc 9 달 전
부모
커밋
4c23f38076
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      MediaBrowser.Model/Plugins/PluginPageInfo.cs

+ 2 - 2
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; }