mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Removed Command from JobDefinition.
This commit is contained in:
parent
6bd8de000a
commit
1ee2ae8210
3 changed files with 3 additions and 10 deletions
|
@ -20,8 +20,5 @@ namespace NzbDrone.Core.Repository
|
|||
public DateTime LastExecution { get; set; }
|
||||
|
||||
public Boolean Success { get; set; }
|
||||
|
||||
[Ignore]
|
||||
public string Command { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue