Add tidal cover provider
This commit is contained in:
@@ -36,11 +36,13 @@
|
||||
|
||||
#include "coverprovider.h"
|
||||
|
||||
class Application;
|
||||
|
||||
class DeezerCoverProvider : public CoverProvider {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit DeezerCoverProvider(QObject *parent = nullptr);
|
||||
explicit DeezerCoverProvider(Application *app, QObject *parent = nullptr);
|
||||
bool StartSearch(const QString &artist, const QString &album, int id);
|
||||
void CancelSearch(int id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user