sumitkolhe / jiosaavn-api

🎵 An Unofficial API for downloading high-quality songs from JioSaavn
https://saavn.dev
MIT License
283 stars 136 forks source link

Returns only 10 songs from a playlist. #97

Closed actovisionitsol closed 1 month ago

actovisionitsol commented 2 months ago

Doesn't matter whatever the song count might be, it returns only 10 songs, be it is a playlist or a song from certain artist.

onamkrverma commented 1 month ago

The default limit is set to 10. If you need a different number of results, you can adjust the "limit" parameter in your query to the required number.

https://saavn.dev/api/playlists?id=82914609&limit=20

For more details, refer to the documentation: https://saavn.dev/docs

sumitkolhe commented 1 month ago

thanks @onamkrverma !