Fixed: Adjusted BTN Recent Feed (RssSync) to better use their api db indexes.

This commit is contained in:
Taloth Saldono
2016-05-10 21:21:20 +02:00
parent 2f3bc61af7
commit 0f1afd416b
5 changed files with 47 additions and 13 deletions
@@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
using NzbDrone.Common.Serializer;
namespace NzbDrone.Common.Http
@@ -86,7 +87,7 @@ namespace NzbDrone.Common.Http
else
{
data = value;
summary = data.ToJson();
summary = JsonConvert.SerializeObject(data);
}
}