Fix discogs album cover fetching. Remove QJSON dependency.

This commit is contained in:
Jonas Kvinge
2018-03-02 22:51:42 +01:00
parent b2b1ba7abe
commit 2be8f88d73
9 changed files with 342 additions and 120 deletions

View File

@@ -79,6 +79,8 @@ AlbumCoverManager::AlbumCoverManager(Application *app, CollectionBackend *collec
abort_progress_(new QPushButton(this)),
jobs_(0),
collection_backend_(collection_backend) {
//qLog(Debug) << __PRETTY_FUNCTION__;
ui_->setupUi(this);
ui_->albums->set_cover_manager(this);