Skip to content

Commit

Permalink
Remove dead Torznab presets
Browse files Browse the repository at this point in the history
(cherry picked from commit 3454f1c9ed11fbb9aa66e16524a529e924e5a77e)

Closes #4427
  • Loading branch information
ilike2burnthing authored and mynameisbogdan committed Jan 12, 2024
1 parent 129eabe commit 729f2b7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/NzbDrone.Core/Indexers/Torznab/TorznabSettings.cs
@@ -1,3 +1,4 @@
using System;
using System.Linq;
using System.Text.RegularExpressions;
using FluentValidation;
Expand All @@ -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)
{
Expand Down

0 comments on commit 729f2b7

Please sign in to comment.