fix paging for playlists
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
50d5cd18a8
commit
55f9c73966
@ -136,7 +136,6 @@ func (m *mainModel) LoadMoreItems() {
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
page++
|
||||
items := []list.Item{}
|
||||
for _, track := range tracks.Tracks {
|
||||
items = append(items, mainItem{
|
||||
|
Loading…
Reference in New Issue
Block a user