diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-10-11 18:28:07 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-11-01 17:55:44 +0100 |
| commit | 5e0858d13fb9343e53b03c93739b87fdd6087ecf (patch) | |
| tree | b8a24e6870e818e61d585f4c71ae6346d8ab2d07 /Emby.Server.Implementations/Updates/InstallationManager.cs | |
| parent | 3f7836d9eb16d90b890dc925d8f7a3e8f2cb6b71 (diff) | |
Fix xml docs
Diffstat (limited to 'Emby.Server.Implementations/Updates/InstallationManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Updates/InstallationManager.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Emby.Server.Implementations/Updates/InstallationManager.cs b/Emby.Server.Implementations/Updates/InstallationManager.cs index 1c36ba359..a1e2f9079 100644 --- a/Emby.Server.Implementations/Updates/InstallationManager.cs +++ b/Emby.Server.Implementations/Updates/InstallationManager.cs @@ -95,17 +95,17 @@ namespace Emby.Server.Implementations.Updates public event EventHandler<InstallationEventArgs> PackageInstallationCancelled; /// <summary> - /// Occurs when [plugin uninstalled]. + /// Occurs when a plugin is uninstalled. /// </summary> public event EventHandler<GenericEventArgs<IPlugin>> PluginUninstalled; /// <summary> - /// Occurs when [plugin updated]. + /// Occurs when a plugin plugin is updated. /// </summary> public event EventHandler<GenericEventArgs<(IPlugin, PackageVersionInfo)>> PluginUpdated; /// <summary> - /// Occurs when [plugin updated]. + /// Occurs when a plugin plugin is installed. /// </summary> public event EventHandler<GenericEventArgs<PackageVersionInfo>> PluginInstalled; |
