mirror of
https://github.com/Readarr/Readarr
synced 2025-12-20 15:23:55 +01:00
Quieten calibre
This commit is contained in:
parent
8c6ecd3b7a
commit
be83bff893
1 changed files with 1 additions and 0 deletions
|
|
@ -233,6 +233,7 @@ public List<string> GetAllBookFilePaths(CalibreSettings settings)
|
|||
try
|
||||
{
|
||||
var builder = GetBuilder($"ajax/books", settings);
|
||||
builder.LogResponseContent = false;
|
||||
|
||||
var request = builder.Build();
|
||||
var response = _httpClient.Get<Dictionary<int, CalibreBook>>(request);
|
||||
|
|
|
|||
Loading…
Reference in a new issue