AuddLyricsProvider: Disable provider by default

Since we are currently missing API key.
This commit is contained in:
Jonas Kvinge 2023-03-25 19:20:10 +01:00
parent 337bd4bcef
commit 4724b170b1
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
const char *AuddLyricsProvider::kUrlSearch = "https://api.audd.io/findLyrics/";
const int AuddLyricsProvider::kMaxLength = 6000;
AuddLyricsProvider::AuddLyricsProvider(NetworkAccessManager *network, QObject *parent) : JsonLyricsProvider("AudD", true, false, network, parent) {}
AuddLyricsProvider::AuddLyricsProvider(NetworkAccessManager *network, QObject *parent) : JsonLyricsProvider("AudD", false, false, network, parent) {}
AuddLyricsProvider::~AuddLyricsProvider() {