Update PluginManifest.cs

This commit is contained in:
BaronGreenback 2020-12-17 13:37:13 +00:00 committed by GitHub
parent d9aaba36ec
commit 212c76102d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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