1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-18 13:23:51 +00:00

Log responses from qbit

This commit is contained in:
Mark McDowall 2017-06-18 22:21:33 -07:00
parent 65b936ed94
commit a49e37239e
No known key found for this signature in database
GPG key ID: D4CEFA9A718052E0

View file

@ -156,6 +156,7 @@ namespace NzbDrone.Core.Download.Clients.QBittorrent
AuthenticateClient(requestBuilder, settings);
var request = requestBuilder.Build();
request.LogResponseContent = true;
HttpResponse response;
try