mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Remove double slash in NZBVortex add URL
This commit is contained in:
parent
2723e2a7b8
commit
a0ee607ae6
@ -37,7 +37,7 @@ public NzbVortexProxy(ICacheManager cacheManager, Logger logger)
|
||||
|
||||
public string DownloadNzb(byte[] nzbData, string filename, int priority, NzbVortexSettings settings)
|
||||
{
|
||||
var request = BuildRequest("/nzb/add", Method.POST, true, settings);
|
||||
var request = BuildRequest("nzb/add", Method.POST, true, settings);
|
||||
|
||||
request.AddFile("name", nzbData, filename, "application/x-nzb");
|
||||
request.AddQueryParameter("priority", priority.ToString());
|
||||
|
Loading…
Reference in New Issue
Block a user