浏览代码

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