mschn / wissl

Wissl is a Java audio streaming server with a modern web interface.
http://msch.fr/wissl/
GNU General Public License v3.0
10 stars 3 forks source link

lazy load album art on artists page #45

Closed mschn closed 12 years ago

mschn commented 12 years ago

currently when loading the artists page, up to 10 albums per artist will be directly fetched on the server.

when there are 300 artists, this causes a massive slowdown of the application and everything is blocked until all images have been downloaded.

only the images currently displayed should be downloaded.