mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
Deluge 1.3.14 API support due to changed json-rpc checks
This commit is contained in:
parent
6c10d77721
commit
73f0916fa0
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ namespace NzbDrone.Common.Http
|
||||||
public class JsonRpcRequestBuilder : HttpRequestBuilder
|
public class JsonRpcRequestBuilder : HttpRequestBuilder
|
||||||
{
|
{
|
||||||
public static HttpAccept JsonRpcHttpAccept = new HttpAccept("application/json-rpc, application/json");
|
public static HttpAccept JsonRpcHttpAccept = new HttpAccept("application/json-rpc, application/json");
|
||||||
public static string JsonRpcContentType = "application/json-rpc";
|
public static string JsonRpcContentType = "application/json";
|
||||||
|
|
||||||
public string JsonMethod { get; private set; }
|
public string JsonMethod { get; private set; }
|
||||||
public List<object> JsonParameters { get; private set; }
|
public List<object> JsonParameters { get; private set; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue