1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 20:12:41 +02:00

Disable PreDB sync for now.

This commit is contained in:
Leonardo Galli 2017-04-17 12:04:54 +02:00
parent 6d00bd0f7a
commit fbf790e9fd

View File

@ -62,6 +62,7 @@ public PreDBService(
private List<PreDBResult> GetResults(string category = "", string search = "")
{
return new List<PreDBResult>();
var builder = new HttpRequestBuilder("http://predb.me").AddQueryParam("rss", "1");
if (category.IsNotNullOrWhiteSpace())
{