diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2019-01-31 15:23:34 +0900 |
|---|---|---|
| committer | dkanada <dkanada@users.noreply.github.com> | 2019-02-03 19:40:55 +0900 |
| commit | aadf7676d1d52b67272d5201ccc9835d02a77c0e (patch) | |
| tree | 7512ee2dce857f186b62a9af1e35afb85920a13d /Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs | |
| parent | 08ca1337a92c62b68d5a901cdb372b9b6b0a6a02 (diff) | |
remove useless comments
Diffstat (limited to 'Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs')
| -rw-r--r-- | Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs b/Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs index 8e27b0eb8..798dfb2ae 100644 --- a/Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs +++ b/Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs @@ -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"; |
