Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/7e863d61ffefc2e6e40227587e115047afe4a961?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Reorder HttpMethods to match RestSharp

pull/6/head
Qstick 7 years ago
parent 9a2cb67980
commit 7e863d61ff

@ -3,11 +3,12 @@ namespace NzbDrone.Common.Http
public enum HttpMethod
{
GET,
PUT,
POST,
HEAD,
PUT,
DELETE,
HEAD,
OPTIONS,
PATCH,
OPTIONS
MERGE
}
}
Loading…
Cancel
Save