mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-07 16:26:04 +01:00
Fixed: (RuTracker org) Update Privacy to Semi-Private
This commit is contained in:
parent
06913a2975
commit
de17ae9969
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue