mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 14:27:06 -04: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 @@ namespace NzbDrone.Core.Download.Clients.NzbVortex
|
|||
|
||||
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…
Add table
Add a link
Reference in a new issue