diff --git a/API/Controllers/LibraryController.cs b/API/Controllers/LibraryController.cs index 6de66f861..cdfa06a0d 100644 --- a/API/Controllers/LibraryController.cs +++ b/API/Controllers/LibraryController.cs @@ -174,7 +174,7 @@ namespace API.Controllers { if (differenceBetweenFolders.Any()) { - BackgroundJob.Enqueue(() => _directoryService.ScanLibrary(library.Id)); + BackgroundJob.Enqueue(() => _directoryService.ScanLibrary(library.Id, true)); } return Ok();