mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
Fixed: Now sends appropriate http Accept header to indexer.
This commit is contained in:
parent
525f1aa9dd
commit
b3f086fe93
3 changed files with 87 additions and 10 deletions
|
@ -14,8 +14,6 @@ namespace NzbDrone.Common.Http
|
|||
UriBuilder = new UriBuilder(url);
|
||||
Headers = new HttpHeader();
|
||||
_segments = new Dictionary<string, string>();
|
||||
|
||||
Headers.Accept = "application/json";
|
||||
}
|
||||
|
||||
public UriBuilder UriBuilder { get; private set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue