mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Mass edit is now Series Editor.
Renamed Opps to Oops. Fixed broken SeriesEditor.
This commit is contained in:
@@ -163,7 +163,7 @@ namespace NzbDrone.Web.Controllers
|
||||
public JsonResult RunJob(string typeName)
|
||||
{
|
||||
if (!_jobProvider.QueueJob(typeName))
|
||||
return JsonNotificationResult.Opps("Invalid Job Name");
|
||||
return JsonNotificationResult.Oops("Invalid Job Name");
|
||||
|
||||
return JsonNotificationResult.Info("Job Queued");
|
||||
}
|
||||
|
Reference in New Issue
Block a user