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

@@ -31,8 +31,7 @@ class AlbumCoverFetcherSearch;
class CoverProvider;
// This is a repository for cover providers.
// Providers are automatically unregistered from the repository when they are
// deleted. The class is thread safe.
// Providers are automatically unregistered from the repository when they are deleted. The class is thread safe.
class CoverProviders : public QObject {
Q_OBJECT
@@ -64,4 +63,3 @@ class CoverProviders : public QObject {
};
#endif // COVERPROVIDERS_H