mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 16:43:58 -07:00
Removed Command from JobDefinition.
This commit is contained in:
parent
6bd8de000a
commit
1ee2ae8210
3 changed files with 3 additions and 10 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue