Fixed download all playlists in favorites

This commit is contained in:
RemixDev 2022-01-12 19:40:37 +01:00
parent e8cec91c7d
commit 7185d0741a
1 changed files with 1 additions and 1 deletions

View File

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