Will this fix Github build complaining when local builds fine?

This commit is contained in:
Joseph Milazzo 2021-01-08 09:38:15 -06:00
parent 4c40284af2
commit 13dab81f39

View File

@ -129,7 +129,7 @@ namespace API.Controllers
[Authorize(Policy = "RequireAdminRole")]
[HttpPost("scan")]
public ActionResult ScanLibrary(int libraryId)
public ActionResult Scan(int libraryId)
{
BackgroundJob.Enqueue(() => _directoryService.ScanLibrary(libraryId, true));
return Ok();