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

manual property on Command resource

pull/6/head
Mark McDowall 11 years ago
parent 1b18baca44
commit cd13f4345a

@ -13,5 +13,6 @@ namespace NzbDrone.Api.Commands
public Boolean SendUpdatesToClient { get; set; }
public CommandStatus State { get; set; }
public DateTime? LastExecutionTime { get; set; }
public Boolean Manual { get; set; }
}
}
Loading…
Cancel
Save