remove useless comments

This commit is contained in:
dkanada
2019-01-31 15:23:34 +09:00
parent 08ca1337a9
commit aadf7676d1
6 changed files with 0 additions and 76 deletions

View File

@@ -105,16 +105,8 @@ namespace Emby.Server.Implementations.ScheduledTasks
progress.Report(100);
}
/// <summary>
/// Gets the name of the task
/// </summary>
/// <value>The name.</value>
public string Name => "Check for plugin updates";
/// <summary>
/// Gets the description.
/// </summary>
/// <value>The description.</value>
public string Description => "Downloads and installs updates for plugins that are configured to update automatically.";
public string Category => "Application";