move refresh into AppendTracks impl

This commit is contained in:
Drew Weymouth
2024-09-06 17:46:47 -07:00
parent 5f8f2e7d7e
commit 65efac0ba5
2 changed files with 2 additions and 2 deletions
-1
View File
@@ -68,7 +68,6 @@ func (t *TracklistLoader) loadMoreTracks(num int) {
return
}
t.tracklist.AppendTracks(t.trackBuffer)
t.tracklist.Refresh()
t.len += len(t.trackBuffer)
}
if t.done {