mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-05-21 23:26:34 -04:00
Cleanup after feature implementation.
This commit is contained in:
@@ -145,7 +145,7 @@ namespace API.Controllers
|
||||
[HttpPost("scan")]
|
||||
public ActionResult Scan(int libraryId)
|
||||
{
|
||||
_taskScheduler.ScanLibrary(libraryId, false);
|
||||
_taskScheduler.ScanLibrary(libraryId);
|
||||
return Ok();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user