mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Quieten calibre
This commit is contained in:
@@ -233,6 +233,7 @@ namespace NzbDrone.Core.Books.Calibre
|
||||
try
|
||||
{
|
||||
var builder = GetBuilder($"ajax/books", settings);
|
||||
builder.LogResponseContent = false;
|
||||
|
||||
var request = builder.Build();
|
||||
var response = _httpClient.Get<Dictionary<int, CalibreBook>>(request);
|
||||
|
||||
Reference in New Issue
Block a user