mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
New: Added support for Rarbg as replacement for Eztv.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user