diff options
| -rw-r--r-- | MediaBrowser.Common/Plugins/PluginManifest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Plugins/PluginManifest.cs b/MediaBrowser.Common/Plugins/PluginManifest.cs index b88275718..1bd17933c 100644 --- a/MediaBrowser.Common/Plugins/PluginManifest.cs +++ b/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; } |
