Fixed: (RuTracker org) Update Privacy to Semi-Private

This commit is contained in:
bakerboy448 2022-01-17 12:52:29 -06:00 committed by Qstick
parent 06913a2975
commit de17ae9969

View file

@ -32,7 +32,7 @@ public class RuTracker : TorrentIndexerBase<RuTrackerSettings>
public override string Language => "ru-org";
public override Encoding Encoding => Encoding.GetEncoding("windows-1251");
public override DownloadProtocol Protocol => DownloadProtocol.Torrent;
public override IndexerPrivacy Privacy => IndexerPrivacy.Private;
public override IndexerPrivacy Privacy => IndexerPrivacy.SemiPrivate;
public override IndexerCapabilities Capabilities => SetCapabilities();
public RuTracker(IIndexerHttpClient httpClient, IEventAggregator eventAggregator, IIndexerStatusService indexerStatusService, IConfigService configService, Logger logger)