Don't use Discogs if fetching all album covers because of trottling.

This commit is contained in:
Jonas Kvinge
2018-03-05 21:05:30 +01:00
parent 887e045a63
commit 1aabdc9b8b
20 changed files with 69 additions and 58 deletions

View File

@@ -22,5 +22,5 @@
#include "coverprovider.h"
CoverProvider::CoverProvider(const QString &name, QObject *parent)
: QObject(parent), name_(name) {}
CoverProvider::CoverProvider(const QString &name, const bool &fetchall, QObject *parent)
: QObject(parent), name_(name), fetchall_(fetchall) {}