diff --git a/MediaBrowser.Common/Updates/IInstallationManager.cs b/MediaBrowser.Common/Updates/IInstallationManager.cs index 7850385fdb..524d8f3c69 100644 --- a/MediaBrowser.Common/Updates/IInstallationManager.cs +++ b/MediaBrowser.Common/Updates/IInstallationManager.cs @@ -36,7 +36,7 @@ namespace MediaBrowser.Common.Updates event EventHandler> PluginInstalled; /// - /// Gets the completed installations + /// Gets the completed installations. /// IEnumerable CompletedInstallations { get; } @@ -91,7 +91,7 @@ namespace MediaBrowser.Common.Updates /// Returns the available plugin updates. /// /// The cancellation token. - /// Tthe available plugin updates. + /// The available plugin updates. Task> GetAvailablePluginUpdates(CancellationToken cancellationToken = default); ///