Fixed: Enhanced and Added Various C# Indexer Descriptions

Fixed: Consistency in C# Indexer Credential Fields
This commit is contained in:
bakerboy448
2021-07-10 11:54:56 -05:00
parent b5321d33c9
commit 0ddc530dd4
37 changed files with 64 additions and 64 deletions
@@ -11,7 +11,7 @@ namespace NzbDrone.Core.Indexers.Definitions
{
public override string Name => "PrivateHD";
public override string[] IndexerUrls => new string[] { "https://privatehd.to/" };
public override string Description => "";
public override string Description => "PrivateHD is a Private Torrent Tracker for HD MOVIES / TV and the sister-site of AvistaZ, CinemaZ, ExoticaZ, and AnimeTorrents";
public override IndexerPrivacy Privacy => IndexerPrivacy.Private;
public PrivateHD(IIndexerRepository indexerRepository, IHttpClient httpClient, IEventAggregator eventAggregator, IIndexerStatusService indexerStatusService, IConfigService configService, Logger logger)