diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-12-17 13:37:13 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-17 13:37:13 +0000 |
| commit | 212c76102daa679e6bba387a5501ae0092e13fb5 (patch) | |
| tree | 57cdde44f71bbefb30384cb29facdcc7743909b0 | |
| parent | d9aaba36ec807b12d58fdf9498ee60574ba44a54 (diff) | |
Update PluginManifest.cs
| -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 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; /// <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; } |
