mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Diskscan/Info update job refactoring and test
This commit is contained in:
@@ -36,7 +36,7 @@ namespace NzbDrone.Web.Controllers
|
||||
[HttpPost]
|
||||
public JsonResult ScanNewSeries()
|
||||
{
|
||||
_jobProvider.QueueJob(typeof(NewSeriesUpdate));
|
||||
_jobProvider.QueueJob(typeof(ImportNewSeriesJob));
|
||||
return new JsonResult();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user