diff --git a/MediaBrowser.Common/Plugins/PluginManifest.cs b/MediaBrowser.Common/Plugins/PluginManifest.cs index b88275718a..1bd17933c4 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; /// - /// Gets or sets a value indicating whether this plugin should be ignored. + /// Gets or sets a value indicating the operational status of this plugin. /// public PluginStatus Status { get; set; }