f-leoni / lyrics2

A flutter app to search songs' lyrics
GNU General Public License v3.0
17 stars 1 forks source link

Add pagination for search results #20

Open Miepee opened 1 year ago

Miepee commented 1 year ago

It's already listed on the readme as a todo, but wanted to open it as a proper issue.

f-leoni commented 1 year ago

I didn't implement pagination because both Genius and Chartlyrics only return the first 10 to 25 search results. I think that max 25 results hardly need pagination. Anyway I'll think about it

Miepee commented 1 year ago

both Genius and Chartlyrics only return the first 10 to 25 search results

Via their API? when i searched on genius for songs, i got way more than 25 results.