1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-10-30 23:42:33 +01:00

Fixed: Error handling of valid, empty responses from Plex Media Server

This commit is contained in:
Mark McDowall 2016-12-06 09:11:50 -08:00
parent 3d20fd8f96
commit 52ad8cf37f

View File

@ -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") ?