Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/729f2b7089e6c684dc5acea8e1463e97ee275091 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Remove dead Torznab presets

(cherry picked from commit 3454f1c9ed11fbb9aa66e16524a529e924e5a77e)

Closes 
pull/4433/head
ilike2burnthing 1 year ago committed by Bogdan
parent 129eabe5b2
commit 729f2b7089

@ -1,3 +1,4 @@
using System;
using System.Linq;
using System.Text.RegularExpressions;
using FluentValidation;
@ -10,10 +11,7 @@ namespace NzbDrone.Core.Indexers.Torznab
{
public class TorznabSettingsValidator : AbstractValidator<TorznabSettings>
{
private static readonly string[] ApiKeyWhiteList =
{
"hd4free.xyz",
};
private static readonly string[] ApiKeyWhiteList = Array.Empty<string>();
private static bool ShouldHaveApiKey(TorznabSettings settings)
{

Loading…
Cancel
Save