mirror of
https://github.com/Radarr/Radarr
synced 2025-01-19 14:11:40 +00: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 @@ 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())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue