aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2020-02-01 15:37:16 +0100
committerGitHub <noreply@github.com>2020-02-01 15:37:16 +0100
commit87c5047b13b74f291053ee308bb48d93e616832d (patch)
tree25a51f22577718d6c39d958770ed92d35ba67b20 /Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs
parentcd13f718fb52c507512615fad08e3c3670834163 (diff)
parent692a9bfdd054b166a79e71f2a3191ac57c04a65f (diff)
Merge pull request #2362 from dkanada/tasks
Improve scan progress and fix a few bugs
Diffstat (limited to 'Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs')
-rw-r--r--Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs b/Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs
index 909fffb1f..992b77c25 100644
--- a/Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs
+++ b/Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs
@@ -96,7 +96,7 @@ namespace Emby.Server.Implementations.ScheduledTasks
}
/// <inheritdoc />
- public string Name => "Check for plugin updates";
+ public string Name => "Update Plugins";
/// <inheritdoc />
public string Description => "Downloads and installs updates for plugins that are configured to update automatically.";