From c914965d7cbf0865e45dc6ebee92d01ee84ed8ad Mon Sep 17 00:00:00 2001 From: Orski174 <72353018+Orski174@users.noreply.github.com> Date: Fri, 29 Nov 2024 03:44:54 +0200 Subject: [PATCH] chore: a _dashing_ commit (#81) The biggest commit ever seen by man (||maybe||). --- Shokofin/Tasks/CleanupVirtualRootTask.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Shokofin/Tasks/CleanupVirtualRootTask.cs b/Shokofin/Tasks/CleanupVirtualRootTask.cs index 0f083837..2cf856e1 100644 --- a/Shokofin/Tasks/CleanupVirtualRootTask.cs +++ b/Shokofin/Tasks/CleanupVirtualRootTask.cs @@ -15,15 +15,15 @@ namespace Shokofin.Tasks; /// -/// Clean-up any old VFS roots leftover from an outdated install or failed removal of the roots. +/// Clean up any old VFS roots leftover from an outdated install or failed removal of the roots. /// public class CleanupVirtualRootTask(ILogger logger, ILibraryManager libraryManager, IFileSystem fileSystem, MediaFolderConfigurationService configurationService, LibraryScanWatcher scanWatcher) : IScheduledTask, IConfigurableScheduledTask { /// - public string Name => "Clean-up Virtual File System Roots"; + public string Name => "Clean up Virtual File System Roots"; /// - public string Description => "Clean-up any old VFS roots leftover from an outdated install or failed removal of the roots."; + public string Description => "Clean up any old VFS roots leftover from an outdated install or failed removal of the roots."; /// public string Category => "Shokofin";