1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-05 12:56:52 +01:00

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

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() {