diff --git a/app/controllers/import_controller.rb b/app/controllers/import_controller.rb index 00e9a33..d48414d 100644 --- a/app/controllers/import_controller.rb +++ b/app/controllers/import_controller.rb @@ -35,7 +35,7 @@ class ImportController < ApplicationController artist.desc = artist_lastfm['bio']['summary'] artist.pic_url = artist_lastfm['image'][3]['content'] artist.artist_type = artist_mb['artist']['type'] - artist.mbid = artist_lastfm['mbid'] + artist.mbid = artist_mb_data[:mbid] # Get albums from MB release_groups_mb = brainz.release_group(nil, :artist => artist_mb_data[:mbid])['release_group_list']['release_group']