mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
Disable PreDB sync for now.
This commit is contained in:
parent
6d00bd0f7a
commit
fbf790e9fd
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ namespace NzbDrone.Core.MetadataSource.PreDB
|
||||||
|
|
||||||
private List<PreDBResult> GetResults(string category = "", string search = "")
|
private List<PreDBResult> GetResults(string category = "", string search = "")
|
||||||
{
|
{
|
||||||
|
return new List<PreDBResult>();
|
||||||
var builder = new HttpRequestBuilder("http://predb.me").AddQueryParam("rss", "1");
|
var builder = new HttpRequestBuilder("http://predb.me").AddQueryParam("rss", "1");
|
||||||
if (category.IsNotNullOrWhiteSpace())
|
if (category.IsNotNullOrWhiteSpace())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue