mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 12:33:00 +02:00
Some new icons/ Submenu tweaks.
This commit is contained in:
@@ -47,15 +47,11 @@ namespace NzbDrone.Web.Controllers
|
||||
return JsonNotificationResult.Info("Queued");
|
||||
}
|
||||
|
||||
public JsonResult ScanDisk(int seriesId)
|
||||
{
|
||||
_jobProvider.QueueJob(typeof(DiskScanJob), seriesId);
|
||||
return JsonNotificationResult.Info("Queued");
|
||||
}
|
||||
|
||||
public JsonResult UpdateInfo(int seriesId)
|
||||
public JsonResult ForceRefresh(int seriesId)
|
||||
{
|
||||
_jobProvider.QueueJob(typeof(UpdateInfoJob), seriesId);
|
||||
_jobProvider.QueueJob(typeof(DiskScanJob), seriesId);
|
||||
|
||||
return JsonNotificationResult.Info("Queued");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user