Merge pull request #2533 from Qstick/patch-1

Fixed: Removes Lidarr legacy command result variables
This commit is contained in:
Jamie 2018-09-23 19:33:36 +01:00 committed by GitHub
commit 55963085bc
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; }
}
}
}