Fixed the github build issue. I'm totally blind.

This commit is contained in:
Joseph Milazzo 2021-01-08 10:41:43 -06:00
parent cf953c1e06
commit 14ad2a3dd5

View File

@ -174,7 +174,7 @@ namespace API.Controllers
{ {
if (differenceBetweenFolders.Any()) if (differenceBetweenFolders.Any())
{ {
BackgroundJob.Enqueue(() => _directoryService.ScanLibrary(library.Id)); BackgroundJob.Enqueue(() => _directoryService.ScanLibrary(library.Id, true));
} }
return Ok(); return Ok();