When loading albums or artists (via /music/artists) from a large library on mobile devices/netbooks, the initial load is slow for page render.
Feature request to perform async/infinity scroll loading like the Spotify pages - backend server (0.26.2) already provides looking up via offset and limit.
When loading
albums
orartists
(via/music/artists
) from a large library on mobile devices/netbooks, the initial load is slow for page render.Feature request to perform async/infinity scroll loading like the Spotify pages - backend server (0.26.2) already provides looking up via
offset
andlimit
.Implementation in PR (https://github.com/chme/forked-daapd-web/pull/8). Please consider for merge.