From e0f45c96ef02f9817831b877d1cb638feb69260f Mon Sep 17 00:00:00 2001 From: "cool.gitter.choco" Date: Mon, 10 Feb 2025 12:33:14 -0600 Subject: [PATCH] removed appears_on from download all discography --- static/js/artist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';