mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 16:06:24 +02:00
Log Plex sections response before checking for error
This commit is contained in:
@@ -35,8 +35,9 @@ namespace NzbDrone.Core.Notifications.Plex
|
||||
|
||||
var response = client.Execute(request);
|
||||
|
||||
_logger.Trace("Sections response: {0}", response.Content);
|
||||
|
||||
CheckForError(response.Content);
|
||||
_logger.Debug("Sections response: {0}", response.Content);
|
||||
|
||||
return Json.Deserialize<PlexMediaContainer>(response.Content)
|
||||
.Directories
|
||||
|
Reference in New Issue
Block a user