From 624af8b71b4a107b35ef338c9cbca4173452e833 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Wed, 21 Feb 2018 19:38:23 +1300 Subject: [PATCH] Adding MBID to artists returned from LastFM --- src/js/services/lastfm/actions.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/services/lastfm/actions.js b/src/js/services/lastfm/actions.js index 5965acc3..1368fe00 100755 --- a/src/js/services/lastfm/actions.js +++ b/src/js/services/lastfm/actions.js @@ -242,6 +242,7 @@ export function getArtist(uri, artist, mbid = false){ artist: { uri: uri, images: response.artist.image, + mbid: response.artist.mbid, bio: response.artist.bio, listeners: parseInt(response.artist.stats.listeners), play_count: parseInt(response.artist.stats.playcount),