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
@@ -11,7 +11,6 @@ namespace NzbDrone.Core.Indexers.BroadcastheNet
public override string Name => "BroadcasTheNet";
public override IndexerPrivacy Privacy => IndexerPrivacy.Private;
public override DownloadProtocol Protocol => DownloadProtocol.Torrent;
public override bool SupportsRss => true;
public override bool SupportsSearch => true;
public override bool SupportsPagination => true;