refactored names; fixed return values for hard links service
This commit is contained in:
@@ -86,7 +86,7 @@ public sealed class DownloadCleaner : GenericHandler
|
||||
|
||||
if (hasDownloadsToChange)
|
||||
{
|
||||
await _downloadService.ChangeCategoryForNoHardlinksAsync(downloadsToChangeCategory, _excludedHashes);
|
||||
await _downloadService.ChangeCategoryForNoHardLinksAsync(downloadsToChangeCategory, _excludedHashes);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user