Closed an-prata closed 1 year ago
This PR has miniplayer request the currently playing file's embedded image from MPD given that previous MPDClient.albumart() call had thrown CommandError in getAlbumArt(). If even this method fails it will again use the default album artwork.
MPDClient.albumart()
CommandError
getAlbumArt()
Thank you, this is good work but it was already being worked on and has been implemented with #29 .
This PR has miniplayer request the currently playing file's embedded image from MPD given that previous
MPDClient.albumart()
call had thrownCommandError
ingetAlbumArt()
. If even this method fails it will again use the default album artwork.