mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Fixed the github build issue. I'm totally blind.
This commit is contained in:
parent
cf953c1e06
commit
14ad2a3dd5
@ -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…
x
Reference in New Issue
Block a user