mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-05 21:07:52 +00:00
mpd fix
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@531 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
008e5d7abc
commit
af523cb966
@ -174,7 +174,7 @@ void update_mpd()
|
|||||||
TEXT_BUFFER_SIZE - 1);
|
TEXT_BUFFER_SIZE - 1);
|
||||||
strncpy(current_info->mpd.track, "Unknown",
|
strncpy(current_info->mpd.track, "Unknown",
|
||||||
TEXT_BUFFER_SIZE - 1);
|
TEXT_BUFFER_SIZE - 1);
|
||||||
strncpy(current_info->mpd.status, "Unknown",
|
strncpy(current_info->mpd.status, "Stopped",
|
||||||
TEXT_BUFFER_SIZE - 1);
|
TEXT_BUFFER_SIZE - 1);
|
||||||
}
|
}
|
||||||
if (status->state == MPD_STATUS_STATE_PAUSE) {
|
if (status->state == MPD_STATUS_STATE_PAUSE) {
|
||||||
|
Loading…
Reference in New Issue
Block a user