1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Removed Command from JobDefinition.

This commit is contained in:
Mark McDowall
2011-12-16 21:27:37 -08:00
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; }
}
}