Fetchart currently uses album.mb_albumid to get spotify_album_id. This assumes mb_albumid has the spotify_album_id, which may be the case after the initial import with Spotify. However, mb_albumid can be overwritten with a valid mb_albumid, which will result in an error.
We should be using spotify_album_id instead, which will always have the right value.