Add setting for cover providers
This commit is contained in:
@@ -54,6 +54,8 @@ class LyricsProviders : public QObject {
|
||||
private:
|
||||
Q_DISABLE_COPY(LyricsProviders)
|
||||
|
||||
static int NextOrderId;
|
||||
|
||||
QMap<LyricsProvider*, QString> lyrics_providers_;
|
||||
QList<LyricsProvider*> ordered_providers_;
|
||||
QMutex mutex_;
|
||||
|
||||
Reference in New Issue
Block a user