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
@@ -13,7 +13,6 @@ namespace NzbDrone.Core.Indexers.Definitions.TorrentRss
public override string Name => "Torrent RSS Feed";
public override string[] IndexerUrls => new[] { "" };
public override string Description => "Generic RSS Feed containing torrents";
public override DownloadProtocol Protocol => DownloadProtocol.Torrent;
public override IndexerPrivacy Privacy => IndexerPrivacy.Public;
public override bool SupportsRss => true;
public override bool SupportsSearch => false;