Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/f8d36d91f70b5f6d4ee21905d9dfd748bb0161a9 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Removes Legacy command result variables

pull/2533/head
Qstick 7 years ago committed by GitHub
parent bc68688cd6
commit f8d36d91f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save