removed appears_on from download all discography
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user