Cleanup redundant DownloadProtocol in indexers

This commit is contained in:
Bogdan
2023-06-19 04:16:40 +03:00
parent f0c5d8ceea
commit 4b8906ea62
66 changed files with 4 additions and 69 deletions
@@ -26,7 +26,6 @@ namespace NzbDrone.Core.Indexers.Definitions
public override string Name => "Redacted";
public override string[] IndexerUrls => new[] { "https://redacted.ch/" };
public override string Description => "REDActed (Aka.PassTheHeadPhones) is one of the most well-known music trackers.";
public override DownloadProtocol Protocol => DownloadProtocol.Torrent;
public override IndexerPrivacy Privacy => IndexerPrivacy.Private;
public override IndexerCapabilities Capabilities => SetCapabilities();
public override bool SupportsRedirect => true;