mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-29 17:38:25 +00:00
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 a new issue