mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
New: Added support for Rarbg as replacement for Eztv.
This commit is contained in:
parent
bbcabf0632
commit
6744e0d506
12 changed files with 430 additions and 3 deletions
|
@ -70,6 +70,11 @@ namespace NzbDrone.Common.Http
|
|||
_segments.Add(key, value);
|
||||
}
|
||||
|
||||
public void AddQueryParam(string segment, string value)
|
||||
{
|
||||
UriBuilder.SetQueryParam(segment, value);
|
||||
}
|
||||
|
||||
public void AddCookie(string key, string value)
|
||||
{
|
||||
Cookies[key] = value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue