mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Fixed XBMC JSON requests.
This commit is contained in:
parent
4eea6b8c6b
commit
5f0a95b2b1
3 changed files with 43 additions and 16 deletions
|
@ -300,6 +300,12 @@ namespace NzbDrone.Core.Providers
|
|||
return true;
|
||||
}
|
||||
|
||||
if (String.IsNullOrWhiteSpace(response))
|
||||
{
|
||||
Logger.Debug("Invalid response from XBMC, the response is not valid JSON");
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue