mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
EliteTracker: removed experimental label in Configuration (#6059)
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
public ConfigurationDataEliteTracker()
|
public ConfigurationDataEliteTracker()
|
||||||
: base()
|
: base()
|
||||||
{
|
{
|
||||||
TorrentHTTPSMode = new BoolItem { Name = "Use https for tracker URL (Experimental)", Value = false };
|
TorrentHTTPSMode = new BoolItem { Name = "Use https for tracker URL", Value = false };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user