mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-31 12:00:06 -07:00
Merge pull request #2533 from Qstick/patch-1
Fixed: Removes Lidarr legacy command result variables
This commit is contained in:
commit
55963085bc
1 changed files with 3 additions and 3 deletions
|
@ -6,10 +6,10 @@ namespace Ombi.Api.Lidarr.Models
|
|||
public class CommandResult
|
||||
{
|
||||
public string name { get; set; }
|
||||
public DateTime startedOn { get; set; }
|
||||
public DateTime queued { get; set; }
|
||||
public DateTime stateChangeTime { get; set; }
|
||||
public bool sendUpdatesToClient { get; set; }
|
||||
public string state { get; set; }
|
||||
public string status { get; set; }
|
||||
public int id { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue