|
|
|
@ -4,6 +4,7 @@ using System.Net;
|
|
|
|
|
using CookComputing.XmlRpc;
|
|
|
|
|
using NLog;
|
|
|
|
|
using NzbDrone.Common.Extensions;
|
|
|
|
|
using NzbDrone.Common.Serializer;
|
|
|
|
|
|
|
|
|
|
namespace NzbDrone.Core.Download.Clients.RTorrent
|
|
|
|
|
{
|
|
|
|
@ -88,6 +89,8 @@ namespace NzbDrone.Core.Download.Clients.RTorrent
|
|
|
|
|
"d.is_active=", // long
|
|
|
|
|
"d.complete=")); //long
|
|
|
|
|
|
|
|
|
|
_logger.Trace(ret.ToJson());
|
|
|
|
|
|
|
|
|
|
var items = new List<RTorrentTorrent>();
|
|
|
|
|
|
|
|
|
|
foreach (object[] torrent in ret)
|
|
|
|
|