mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 10:35:10 +00:00
fix mpd_albumartist (#363)
This commit is contained in:
parent
d7ee00adf0
commit
5878974441
@ -265,6 +265,7 @@ namespace {
|
|||||||
#define SETSTRING(a,b) \
|
#define SETSTRING(a,b) \
|
||||||
if (b) a=b; else a="";
|
if (b) a=b; else a="";
|
||||||
SETSTRING(mpd_info.artist, song->artist);
|
SETSTRING(mpd_info.artist, song->artist);
|
||||||
|
SETSTRING(mpd_info.albumartist, song->albumartist);
|
||||||
SETSTRING(mpd_info.album, song->album);
|
SETSTRING(mpd_info.album, song->album);
|
||||||
SETSTRING(mpd_info.title, song->title);
|
SETSTRING(mpd_info.title, song->title);
|
||||||
SETSTRING(mpd_info.date, song->date);
|
SETSTRING(mpd_info.date, song->date);
|
||||||
|
Loading…
Reference in New Issue
Block a user