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