Преглед на файлове

Update PluginManifest.cs

BaronGreenback преди 4 години
родител
ревизия
212c76102d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      MediaBrowser.Common/Plugins/PluginManifest.cs

+ 1 - 1
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; }