Skip to content

artistalbumswidget: Wait for last album to load

Marinus Schraal requested to merge wip/mschraal/async-album-load into master

Since album widget population is async, it's not guaranteed that the last album in the list will load last. In particular, this can happen if the last album is small, and next to last album is large.

Fixes #174 (closed)

Rebase of !130 (closed)

Merge request reports