removed appears_on from download all discography

This commit is contained in:
cool.gitter.choco
2025-02-10 12:33:14 -06:00
parent 1c5643354d
commit e0f45c96ef

View File

@@ -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';