From 212c76102daa679e6bba387a5501ae0092e13fb5 Mon Sep 17 00:00:00 2001 From: BaronGreenback Date: Thu, 17 Dec 2020 13:37:13 +0000 Subject: [PATCH] Update PluginManifest.cs --- MediaBrowser.Common/Plugins/PluginManifest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }