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

Fixed broken test

pull/4/head
Mark McDowall 11 years ago
parent 192e79d2ff
commit fd531eda36

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