Fixed the github build issue. I'm totally blind.
This commit is contained in:
parent
cf953c1e06
commit
14ad2a3dd5
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue