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

Added missing property to CommandResource.

pull/6/head
Taloth Saldono 10 years ago
parent 44e6c46337
commit e05365a669

@ -78,6 +78,18 @@ namespace NzbDrone.Api.Commands
set { }
}
public Boolean UpdateScheduledTask
{
get
{
if (Body != null) return Body.UpdateScheduledTask;
return false;
}
set { }
}
public DateTime? LastExecutionTime { get; set; }
}
}

Loading…
Cancel
Save