mirror of
https://github.com/Jackett/Jackett
synced 2025-02-28 08:55:39 +00:00
elitetracker: removed, dead, pt2
This commit is contained in:
parent
483a72babd
commit
db6a8d89a8
1 changed files with 0 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
|||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
namespace Jackett.Common.Models.IndexerConfig.Bespoke
|
||||
{
|
||||
[ExcludeFromCodeCoverage]
|
||||
internal class ConfigurationDataEliteTracker : ConfigurationDataBasicLogin
|
||||
{
|
||||
public BoolConfigurationItem TorrentHTTPSMode { get; }
|
||||
// ReSharper disable once MemberCanBePrivate.Global
|
||||
// ReSharper disable once UnusedAutoPropertyAccessor.Global
|
||||
public DisplayInfoConfigurationItem PagesWarning { get; }
|
||||
public StringConfigurationItem ReplaceMulti { get; }
|
||||
public BoolConfigurationItem Vostfr { get; }
|
||||
|
||||
public ConfigurationDataEliteTracker()
|
||||
{
|
||||
TorrentHTTPSMode = new BoolConfigurationItem("Use HTTPS for tracker URL") { Value = false };
|
||||
PagesWarning = new DisplayInfoConfigurationItem("Preferences", "<b>Preferences Configuration</b> (<i>Tweak your search settings</i>),<br /><br /> <ul><li><b>Replace MULTI</b>, replace multi keyword in the resultset (leave empty to deactivate)</li><li><b>Replace VOSTFR with ENGLISH</b> lets you change the titles by replacing VOSTFR with ENGLISH.</li></ul>");
|
||||
ReplaceMulti = new StringConfigurationItem("Replace MULTI") { Value = "MULTI.FRENCH" };
|
||||
Vostfr = new BoolConfigurationItem("Replace VOSTFR with ENGLISH") { Value = false };
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue