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
{{ message }}
This repository has been archived by the owner on May 3, 2019. It is now read-only.
There should be a notification even if there is no album art. In that case, using the application logo might be good.
The current implementation waits for the album art to be ready (sometimes, depending on the service, the url is initially empty and set a few milliseconds later). If the albumArt url is never set, then it will wait forever. The solution is to add a small timeout to display the notification even if the artUrl is empty.
The text was updated successfully, but these errors were encountered:
There should be a notification even if there is no album art. In that case, using the application logo might be good.
The current implementation waits for the album art to be ready (sometimes, depending on the service, the url is initially empty and set a few milliseconds later). If the albumArt url is never set, then it will wait forever. The solution is to add a small timeout to display the notification even if the artUrl is empty.
The text was updated successfully, but these errors were encountered: