mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-06 08:46:34 +00:00
Fixed: Error handling of valid, empty responses from Plex Media Server
This commit is contained in:
@@ -243,6 +243,7 @@ namespace NzbDrone.Core.Notifications.Plex
|
||||
if (response.Content.IsNullOrWhiteSpace())
|
||||
{
|
||||
_logger.Trace("No response body returned, no error detected");
|
||||
return;
|
||||
}
|
||||
|
||||
var error = response.Content.Contains("_children") ?
|
||||
|
||||
Reference in New Issue
Block a user