Skip to content

Commit

Permalink
chore: a _dashing_ commit (#81)
Browse files Browse the repository at this point in the history
The biggest commit ever seen by man (||maybe||).
  • Loading branch information
Orski174 authored Nov 29, 2024
1 parent 37e6305 commit c914965
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Shokofin/Tasks/CleanupVirtualRootTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
namespace Shokofin.Tasks;

/// <summary>
/// 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.
/// </summary>
public class CleanupVirtualRootTask(ILogger<CleanupVirtualRootTask> logger, ILibraryManager libraryManager, IFileSystem fileSystem, MediaFolderConfigurationService configurationService, LibraryScanWatcher scanWatcher) : IScheduledTask, IConfigurableScheduledTask
{
/// <inheritdoc />
public string Name => "Clean-up Virtual File System Roots";
public string Name => "Clean up Virtual File System Roots";

/// <inheritdoc />
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.";

/// <inheritdoc />
public string Category => "Shokofin";
Expand Down

0 comments on commit c914965

Please sign in to comment.