1
0
Fork 0
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:
Aurelien 2019-09-29 13:29:57 +02:00 committed by garfield69
parent b55d0d5926
commit e5ac79fc3b

View file

@ -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 };
}
}
}