diff --git a/src/NzbDrone.Core/Notifications/Plex/PlexServerProxy.cs b/src/NzbDrone.Core/Notifications/Plex/PlexServerProxy.cs index 251a545508..0386090cff 100644 --- a/src/NzbDrone.Core/Notifications/Plex/PlexServerProxy.cs +++ b/src/NzbDrone.Core/Notifications/Plex/PlexServerProxy.cs @@ -243,6 +243,7 @@ private void CheckForError(IRestResponse response, PlexServerSettings settings) if (response.Content.IsNullOrWhiteSpace()) { _logger.Trace("No response body returned, no error detected"); + return; } var error = response.Content.Contains("_children") ?