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

@@ -61,7 +61,7 @@
using std::shared_ptr;
const Song::Source QobuzService::kSource = Song::Source_Qobuz;
const char *QobuzService::kAuthUrl = "http://www.qobuz.com/api.json/0.2/user/login";
const char *QobuzService::kAuthUrl = "https://www.qobuz.com/api.json/0.2/user/login";
const int QobuzService::kLoginAttempts = 2;
const int QobuzService::kTimeResetLoginAttempts = 60000;