diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-02-01 15:37:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-01 15:37:16 +0100 |
| commit | 87c5047b13b74f291053ee308bb48d93e616832d (patch) | |
| tree | 25a51f22577718d6c39d958770ed92d35ba67b20 /Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteCacheFileTask.cs | |
| parent | cd13f718fb52c507512615fad08e3c3670834163 (diff) | |
| parent | 692a9bfdd054b166a79e71f2a3191ac57c04a65f (diff) | |
Merge pull request #2362 from dkanada/tasks
Improve scan progress and fix a few bugs
Diffstat (limited to 'Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteCacheFileTask.cs')
| -rw-r--r-- | Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteCacheFileTask.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteCacheFileTask.cs b/Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteCacheFileTask.cs index 6ec83b5c0..b55a59f05 100644 --- a/Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteCacheFileTask.cs +++ b/Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteCacheFileTask.cs @@ -158,9 +158,9 @@ namespace Emby.Server.Implementations.ScheduledTasks.Tasks } } - public string Name => "Cache file cleanup"; + public string Name => "Clean Cache Directory"; - public string Description => "Deletes cache files no longer needed by the system"; + public string Description => "Deletes cache files no longer needed by the system."; public string Category => "Maintenance"; |
