Change all API urls to https

This commit is contained in:
Jonas Kvinge
2019-09-20 23:22:27 +02:00
parent b273da0b5e
commit f645950a8f
6 changed files with 7 additions and 7 deletions

View File

@@ -52,7 +52,7 @@
using std::stable_sort;
const char *AcoustidClient::kClientId = "0qjUoxbowg";
const char *AcoustidClient::kUrl = "http://api.acoustid.org/v2/lookup";
const char *AcoustidClient::kUrl = "https://api.acoustid.org/v2/lookup";
const int AcoustidClient::kDefaultTimeout = 5000; // msec
AcoustidClient::AcoustidClient(QObject *parent)