mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 13:25:13 +02:00
Removed Command from JobDefinition.
This commit is contained in:
@@ -37,11 +37,6 @@ namespace NzbDrone.Web.Controllers
|
||||
});
|
||||
var jobs = _jobProvider.All();
|
||||
|
||||
foreach(var jobDefinition in jobs)
|
||||
{
|
||||
jobDefinition.Command = "<a href=\"http://www.google.ca\"></a>";
|
||||
}
|
||||
|
||||
return View(jobs);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user