mirror of
https://github.com/Radarr/Radarr
synced 2025-02-23 06:41:20 +00:00
Remove double slash in NZBVortex add URL
This commit is contained in:
parent
2723e2a7b8
commit
a0ee607ae6
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue