diff --git a/static/js/artist.js b/static/js/artist.js index 6e9a8e9..eb5c7b4 100644 --- a/static/js/artist.js +++ b/static/js/artist.js @@ -74,7 +74,7 @@ function renderArtist(artistData, artistId) { downloadQueue.startArtistDownload( artistUrl, { name: artistName, artist: artistName }, - 'album,single,compilation,appears_on' + 'album,single,compilation' ) .then(() => { downloadArtistBtn.textContent = 'Artist queued';