1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-23 14:51:01 +00:00
This commit is contained in:
Garfield69 2019-09-30 00:42:00 +13:00
commit 29d891a6db

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