better debouncing of track row updates on fast scrolling
This commit is contained in:
@@ -184,7 +184,7 @@ func NewTracklist(tracks []*mediaprovider.Track, im *backend.ImageManager, useCo
|
||||
if t.Options.AutoNumber {
|
||||
i = itemID + 1
|
||||
}
|
||||
tr.Update(model, i)
|
||||
tr.Update(model, i, func() {})
|
||||
if t.OnTrackShown != nil {
|
||||
t.OnTrackShown(itemID)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user