mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-06-06 23:05:18 -04:00
Fixed the github build issue. I'm totally blind.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user