diff options
| author | ferferga <ferferga.fer@gmail.com> | 2020-03-27 11:25:32 +0100 |
|---|---|---|
| committer | ferferga <ferferga.fer@gmail.com> | 2020-03-27 11:25:32 +0100 |
| commit | 797b2fbf1d83735bdfe0946fd297f8968ac78944 (patch) | |
| tree | 3bf7a8936c02ca382710b20129d1361212632836 /Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs | |
| parent | a2a53ec8791b08be3e85f55c6c056db2792d93ba (diff) | |
Restore comments
Diffstat (limited to 'Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs')
| -rw-r--r-- | Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs b/Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs index a82588a0e..d93077285 100644 --- a/Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs +++ b/Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs @@ -97,19 +97,19 @@ namespace Emby.Server.Implementations.ScheduledTasks progress.Report(100); } - + /// <inheritdoc /> public string Name => _localization.GetLocalizedString("TaskUpdatePlugins"); - + /// <inheritdoc /> public string Description => _localization.GetLocalizedString("TaskUpdatePluginsDescription"); - + /// <inheritdoc /> public string Category => _localization.GetLocalizedString("TasksCategoryApplication"); - + /// <inheritdoc /> public string Key => "PluginUpdates"; - + /// <inheritdoc /> public bool IsHidden => false; - + /// <inheritdoc /> public bool IsEnabled => true; - + /// <inheritdoc /> public bool IsLogged => true; } } |
