mirror of https://github.com/Jackett/Jackett
BTN: Update the API url (#1097)
This commit is contained in:
parent
0408b72126
commit
9d8c0d01b8
|
@ -22,7 +22,7 @@ namespace Jackett.Indexers
|
|||
{
|
||||
public class BroadcastTheNet : BaseIndexer, IIndexer
|
||||
{
|
||||
string APIBASE = "http://api.btnapps.net/";
|
||||
string APIBASE = "https://api.broadcasthe.net";
|
||||
|
||||
new ConfigurationDataAPIKey configData
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue