Skip to content

Replace format strings with meaningful information when song data is not available

Akbarkhon Variskhanov requested to merge KBar/xfce4-mpc-plugin:issue-9 into master

mpd_Song is a structure that holds various song data. When some of the data is not available, the empty strings should be filled with "Unknown Artist" and such, otherwise str_replace() will return prematurely, leaving the format strings unchanged.

Close #9 (closed).

Merge request reports