dweymouth / supersonic

A lightweight and full-featured cross-platform desktop client for self-hosted music servers
GNU General Public License v3.0
670 stars 26 forks source link

fix: MPRIS broken cover art on Linux #333

Closed adamantike closed 4 months ago

adamantike commented 4 months ago

Problem

When changing tracks, the toolbar display on Linux sometimes misses the track cover art, and displays a placeholder instead.

Solution

Copy same callback as the one used for MacOS, which calls GetCoverArtUrl first, to avoid missing cover arts.