You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now, Encore makes network requests to unsplash.it for album art.
This has to be disabled for the time being as it delays loading of other page elements onsite.
Further information can be obtained by logging out of LDAP and checking out the Network section in Chrome Dev tools.
The text was updated successfully, but these errors were encountered:
How do you propose we still display album art, in that case? have an offline repository of it? Have it transferred to our server the first time it gets downloaded by unsplash.it on the users machine?
I think the better way is to parse songs for metadata before offloading them into the server. Also, keep a placeholder for the ones without album art. Maybe, we can also make the unsplash request asynchronous to prevent delays.
As of now, Encore makes network requests to unsplash.it for album art.
This has to be disabled for the time being as it delays loading of other page elements onsite.
Further information can be obtained by logging out of LDAP and checking out the Network section in Chrome Dev tools.
The text was updated successfully, but these errors were encountered: