mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Processed comments.
This commit is contained in:
@@ -11,7 +11,7 @@ namespace NzbDrone.Common.Http
|
||||
public String Method { get; private set; }
|
||||
public List<Object> Parameters { get; private set; }
|
||||
|
||||
public JsonRpcRequestBuilder(String baseUri, String method, Object[] parameters)
|
||||
public JsonRpcRequestBuilder(String baseUri, String method, IEnumerable<Object> parameters)
|
||||
: base (baseUri)
|
||||
{
|
||||
Method = method;
|
||||
|
||||
Reference in New Issue
Block a user