From 0e5246fbea2fdd8fe1a0408deffcd53a7439389a Mon Sep 17 00:00:00 2001 From: Arno Date: Thu, 6 Jul 2017 20:24:56 +0200 Subject: Improve display of MusicBrainz result Don't show the release-group id, add links for the artist and the album instead. --- webdownloader.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webdownloader.h') diff --git a/webdownloader.h b/webdownloader.h index 4382353..6fec7f4 100644 --- a/webdownloader.h +++ b/webdownloader.h @@ -12,6 +12,7 @@ class WebDownloader : public QObject { void fetchData(QString artist, QString album); const QString album() const { return mAlbum; } const QString artist() const { return mArtist; } + const QString artistId() const { return mArtistId; } const QStringList data() const { return mData; } const QMap otherData() const { return mOtherData; } @@ -25,6 +26,7 @@ class WebDownloader : public QObject { QNetworkAccessManager *mAccessMgr; QString mArtist; QString mAlbum; + QString mArtistId; QStringList mData; QMap mOtherData; }; -- cgit v1.2.3-70-g09d2