mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Added additional logging to XBMC Provider, to trace failure to update library.
This commit is contained in:
parent
0dbb3789eb
commit
b239e28898
2 changed files with 17 additions and 0 deletions
|
@ -70,6 +70,8 @@ namespace NzbDrone.Core.Providers.Core
|
|||
{
|
||||
address += "/jsonrpc";
|
||||
|
||||
Logger.Trace("Posting command: {0}, to {1}", command, address);
|
||||
|
||||
byte[] byteArray = Encoding.ASCII.GetBytes(command);
|
||||
|
||||
var request = WebRequest.Create(address);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue