lava-spotify icon indicating copy to clipboard operation
lava-spotify copied to clipboard

Spotify album, playlist, and track resolver for Lavalink.

Results 7 lava-spotify issues
Sort by recently updated
recently updated
newest added

any idea on adding artists support?

enhancement

```js Jarry Is Online Node connected :: node04.lavalink.eu [Error_Handling] :: Unhandled Rejection/Catch TypeError: Cannot read properties of undefined (reading 'message') at Resolver.getTrack (/home/container/node_modules/lavasfy/dist/structures/Resolver.js:69:100) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async Client. (/home/container/handlers/player_events.js:723:30)...

Hi there, When I do ``player.set(`autoplay`, !player.get(`autoplay`))``, it doesn't auto play music. It just ends the queue? Please fix this for me. Lavalink reports autoplay as `True` but it doesn't...

For some reason some Spotify playlists won't work. But this works:

This module play only spotify tracks ?

This version has caused my project to show the following error in the console ![](https://media.discordapp.net/attachments/855560411520303114/855561111415160832/unknown.png) We believe that this has to due with the most recent version of lavasfy. hopefully...

const { LavasfyClient } = require("lavasfy"); const lavasfy = new LavasfyClient({ clientID: "8ebd0f06c47a4a61b5b16add2b2a0967", clientSecret: "422c3521a33b49c9be22eac9a763be95" }, [ { "name": "myname", "host": "myhost", "port": myport, "auth": "mypass", "secure": true } ]...