Fix Log
This commit is contained in:
@@ -61,7 +61,7 @@ public class ReadarrClient : ArrClientBase
|
|||||||
|
|
||||||
// TODO add caching here
|
// TODO add caching here
|
||||||
_logger.LogInformation(
|
_logger.LogInformation(
|
||||||
$"Fetching all books from authorId {authorId} from Readarr: {UrlUtilities.RedactApiKey(readarrBookUrl)}");
|
$"Fetching all books from authorId {authorId} from Readarr ({InstanceName}) : {UrlUtilities.RedactApiKey(readarrBookUrl)}");
|
||||||
var bookApiResponse = await httpClient.GetStringAsync(readarrBookUrl);
|
var bookApiResponse = await httpClient.GetStringAsync(readarrBookUrl);
|
||||||
var books = JsonConvert.DeserializeObject<List<dynamic>>(bookApiResponse);
|
var books = JsonConvert.DeserializeObject<List<dynamic>>(bookApiResponse);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user