Mercurial > audlegacy-plugins
changeset 1206:a0928c1779bb trunk
Use playlist_get_songtitle() instead of playlist_get_title().
author | William Pitcock <nenolod@atheme-project.org> |
---|---|
date | Wed, 04 Jul 2007 23:23:58 -0500 |
parents | 2cb9c6b5cf4d |
children | 3094d9c8a935 |
files | src/pulse_audio/pulse_audio.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/pulse_audio/pulse_audio.c Sun Jul 01 07:01:48 2007 -0500 +++ b/src/pulse_audio/pulse_audio.c Wed Jul 04 23:23:58 2007 -0500 @@ -76,7 +76,7 @@ Playlist *playlist = playlist_get_active(); pos = playlist_get_position(playlist); - if (!(str = playlist_get_title(playlist, pos))) + if (!(str = playlist_get_songtitle(playlist, pos))) return "Playback Stream"; snprintf(t, sizeof(t), "%s", u = pa_locale_to_utf8(str));