Fixed download all playlists in favorites
This commit is contained in:
parent
e8cec91c7d
commit
7185d0741a
@ -260,7 +260,7 @@ export default defineComponent({
|
||||
switch (tab) {
|
||||
case 'playlist':
|
||||
toDownload = this.playlists
|
||||
toDownload += this.spotifyPlaylists
|
||||
toDownload.concat(this.spotifyPlaylists)
|
||||
break
|
||||
case 'album':
|
||||
toDownload = this.albums
|
||||
|
Loading…
Reference in New Issue
Block a user