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
Currently we return a subsonic API error when getCoverArt can't find any matching art, but some web-based clients such as Subplayer don't like this and display a broken image instead.
Instead, we should probably return an image always, but use a placeholder for missing art.
Example of brokenness:
The text was updated successfully, but these errors were encountered:
Currently we return a subsonic API error when
getCoverArt
can't find any matching art, but some web-based clients such as Subplayer don't like this and display a broken image instead.Instead, we should probably return an image always, but use a placeholder for missing art.
Example of brokenness:
The text was updated successfully, but these errors were encountered: