BTN: Update the API url (#1097)

This commit is contained in:
Joel Gillman 2017-02-24 08:56:43 -08:00 committed by kaso17
parent 0408b72126
commit 9d8c0d01b8
1 changed files with 1 additions and 1 deletions

View File

@ -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
{