mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 14:51:01 +00:00
EliteTracker: removed experimental label in Configuration (#6059)
This commit is contained in:
parent
b55d0d5926
commit
e5ac79fc3b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
public ConfigurationDataEliteTracker()
|
||||
: base()
|
||||
{
|
||||
TorrentHTTPSMode = new BoolItem { Name = "Use https for tracker URL (Experimental)", Value = false };
|
||||
TorrentHTTPSMode = new BoolItem { Name = "Use https for tracker URL", Value = false };
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue