소스 검색

Update PluginManifest.cs

BaronGreenback 4 년 전
부모
커밋
212c76102d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      MediaBrowser.Common/Plugins/PluginManifest.cs

+ 1 - 1
MediaBrowser.Common/Plugins/PluginManifest.cs

@@ -67,7 +67,7 @@ namespace MediaBrowser.Common.Plugins
         public string Version { get; set; } = string.Empty;
 
         /// <summary>
-        /// Gets or sets a value indicating whether this plugin should be ignored.
+        /// Gets or sets a value indicating the operational status of this plugin.
         /// </summary>
         public PluginStatus Status { get; set; }