diff --git a/Shokofin/Tasks/CleanupVirtualRootTask.cs b/Shokofin/Tasks/CleanupVirtualRootTask.cs index 0f08383..2cf856e 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";