OpenTidalCoverProvider: Adjust settings

This commit is contained in:
Jonas Kvinge 2024-03-24 05:27:43 +01:00
parent 035aff5454
commit 4075f92eec
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ constexpr const int kRequestsDelay = 1000;
using std::make_shared;
OpenTidalCoverProvider::OpenTidalCoverProvider(Application *app, SharedPtr<NetworkAccessManager> network, QObject *parent)
: JsonCoverProvider("OpenTidal", true, true, 2.5, true, true, app, network, parent),
: JsonCoverProvider("OpenTidal", true, false, 2.5, true, false, app, network, parent),
login_timer_(new QTimer(this)),
timer_flush_requests_(new QTimer(this)),
login_in_progress_(false),