mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Enable all analyzers to default back to our rules
This commit is contained in:
@@ -34,7 +34,7 @@ namespace NzbDrone.Core.Indexers
|
||||
|
||||
public override Encoding Encoding => Encoding.UTF8;
|
||||
public override string Language => "en-US";
|
||||
public override string[] LegacyUrls => new string[] { };
|
||||
public override string[] LegacyUrls => Array.Empty<string>();
|
||||
|
||||
public override bool FollowRedirect => false;
|
||||
public override IndexerCapabilities Capabilities { get; protected set; }
|
||||
|
Reference in New Issue
Block a user