Fixed: Removes Legacy command result variables

This commit is contained in:
Qstick 2018-09-23 13:06:43 -04:00 committed by GitHub
parent bc68688cd6
commit f8d36d91f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; }
}
}
}