diff --git a/src/components/pages/Favorites.vue b/src/components/pages/Favorites.vue index 36de42b..c6ccec6 100644 --- a/src/components/pages/Favorites.vue +++ b/src/components/pages/Favorites.vue @@ -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