aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs
diff options
context:
space:
mode:
authorferferga <ferferga.fer@gmail.com>2020-03-26 21:40:41 +0100
committerferferga <ferferga.fer@gmail.com>2020-03-26 21:40:41 +0100
commit105fc3dc29d389e108d2a8a9e0842694e3e1bd63 (patch)
treec0d343a59f8c95207670219e52792cb205dfa81a /Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs
parentd0b3dc1485ddffe14fcd5370e0544648809eaf91 (diff)
Apply suggestions
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 b5bacc48e..0a26cbf6d 100644
--- a/Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs
+++ b/Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs
@@ -101,7 +101,7 @@ namespace Emby.Server.Implementations.ScheduledTasks
public string Description => _localization.GetLocalizedString("TaskUpdatePluginsDescription");
- public string Category => _localization.GetLocalizedString("TasksApplication");
+ public string Category => _localization.GetLocalizedString("TasksCategoryApplication");
public string Key => "PluginUpdates";